Skip to content

Commit a9a1208

Browse files
committed
32bit fix now
32bit fix now
1 parent 116757d commit a9a1208

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

BytecodeViewer.exe

-23 MB
Binary file not shown.

_install BCV.bat renamed to _install BCV.32.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
assoc .class=BCV
33
assoc .apk=BCV
44
assoc .dex=BCV
5-
ftype BCV="%CD%\BytecodeViewer.exe" "%%1"
5+
ftype BCV="%CD%\BytecodeViewer.32.exe" "%%1"
66
echo.
77
echo.
8-
echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.exe
8+
echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.32.exe
99
echo.
10-
echo Note, if you move BytecodeViewer.exe
10+
echo Note, if you move BytecodeViewer.32.exe
1111
echo you'll need to re-run this program in the same directory as it.
1212
echo.
1313
echo.

_install BCV.64.bat

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@echo off
2+
assoc .class=BCV
3+
assoc .apk=BCV
4+
assoc .dex=BCV
5+
ftype BCV="%CD%\BytecodeViewer.64.exe" "%%1"
6+
echo.
7+
echo.
8+
echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.64.exe
9+
echo.
10+
echo Note, if you move BytecodeViewer.64.exe
11+
echo you'll need to re-run this program in the same directory as it.
12+
echo.
13+
echo.
14+
pause

jar2exe_config.j2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"C:\Program Files (x86)\Jar2Exe Wizard\j2ewiz" /jar "H:\Repo\BCV\bytecode-viewer\BytecodeViewer 2.9.4.jar" /o H:\Repo\BCV\bytecode-viewer\BytecodeViewer.exe /m the.bytecode.club.bytecodeviewer.BytecodeViewer /type windows /minjre 1.7 /platform windows /checksum /amd64 /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"
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"

0 commit comments

Comments
 (0)