moved
moved
This commit is contained in:
parent
a9a1208946
commit
c60bfd6c6e
4 changed files with 0 additions and 0 deletions
14
install/_install BCV.32.bat
Normal file
14
install/_install BCV.32.bat
Normal 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
|
14
install/_install BCV.64.bat
Normal file
14
install/_install BCV.64.bat
Normal 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
|
10
install/_uninstall BCV.bat
Normal file
10
install/_uninstall BCV.bat
Normal 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
|
1
install/jar2exe_config.j2e
Normal file
1
install/jar2exe_config.j2e
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue