moved
This commit is contained in:
Konloch 2015-05-06 17:48:03 -06:00
parent a9a1208946
commit c60bfd6c6e
4 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,14 @@
@echo off
assoc .class=BCV
assoc .apk=BCV
assoc .dex=BCV
ftype BCV="%CD%\BytecodeViewer.32.exe" "%%1"
echo.
echo.
echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.32.exe
echo.
echo Note, if you move BytecodeViewer.32.exe
echo you'll need to re-run this program in the same directory as it.
echo.
echo.
pause

View file

@ -0,0 +1,14 @@
@echo off
assoc .class=BCV
assoc .apk=BCV
assoc .dex=BCV
ftype BCV="%CD%\BytecodeViewer.64.exe" "%%1"
echo.
echo.
echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.64.exe
echo.
echo Note, if you move BytecodeViewer.64.exe
echo you'll need to re-run this program in the same directory as it.
echo.
echo.
pause

View file

@ -0,0 +1,10 @@
@echo off
assoc .class=
assoc .apk=
assoc .dex=
echo.
echo.
echo Uninstalled, .class, .apk and .dex will no longer be associated.
echo.
echo.
pause

View file

@ -0,0 +1 @@
"C:\Program Files (x86)\Jar2Exe Wizard\j2ewiz" /jar "H:\Repo\BCV\bytecode-viewer\BytecodeViewer 2.9.5.jar" /o H:\Repo\BCV\bytecode-viewer\BytecodeViewer.32.exe /m the.bytecode.club.bytecodeviewer.BytecodeViewer /type windows /minjre 1.7 /platform windows /checksum /icon "H:\Repo\BCV\bytecode-viewer\BCV Icon.ico, 0" /pv 1,0,0,1 /fv 1,0,0,1 /ve ProductVersion=1.9.0 /ve "ProductName=The Bytecode Club" /ve "LegalCopyright=Copyright (c) 2014 - 2015 Kalen (Konloch) Kinloch" /ve "SpecialBuild=1, 0, 0, 1" /ve FileVersion=1 /ve "FileDescription=Java Reverse Engineering Suite" /ve "LegalTrademarks=Trade marks" /ve "InternalName=1, 0, 0, 1" /ve "CompanyName=The Bytecode Club"