2.9.6
-----2.9.6-----: 05/05/2015 - Fixed a typo in the about window 05/28/2015 - Started importing JD-GUI Decompiler. 05/28/2015 - Compile on refresh and compile on save are now enabled by default. 05/28/2015 - Renamed the File>Save As options to be much more informative. 06/24/2015 - Fixed a logic error with the Field & Method searchers. 06/26/2015 - Updated Procyon & CFR to their latest versions. 07/02/2015 - Added JD-GUI Decompiler. - Huge thanks to the guys behind JD-GUI! <3 (FIVE DECOMPILERS NOW LOL)
This commit is contained in:
parent
13e52bb494
commit
858f3ea76c
30 changed files with 1611 additions and 90 deletions
|
@ -1,14 +0,0 @@
|
|||
@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
|
|
@ -2,12 +2,12 @@
|
|||
assoc .class=BCV
|
||||
assoc .apk=BCV
|
||||
assoc .dex=BCV
|
||||
ftype BCV="%CD%\BytecodeViewer.32.exe" "%%1"
|
||||
ftype BCV="%CD%\BytecodeViewer.exe" "%%1"
|
||||
echo.
|
||||
echo.
|
||||
echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.32.exe
|
||||
echo Installed, .class, .apk and .dex will be associated with BytecodeViwer.exe
|
||||
echo.
|
||||
echo Note, if you move BytecodeViewer.32.exe
|
||||
echo Note, if you move BytecodeViewer.exe
|
||||
echo you'll need to re-run this program in the same directory as it.
|
||||
echo.
|
||||
echo.
|
38
install/launch4j_config.xml
Normal file
38
install/launch4j_config.xml
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>false</dontWrapJar>
|
||||
<headerType>gui</headerType>
|
||||
<jar>H:\Repo\BCV\bytecode-viewer\BytecodeViewer 2.9.6.jar</jar>
|
||||
<outfile>H:\Repo\BCV\bytecode-viewer\BytecodeViewer.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir>.</chdir>
|
||||
<priority>normal</priority>
|
||||
<downloadUrl>http://java.com/download</downloadUrl>
|
||||
<supportUrl></supportUrl>
|
||||
<stayAlive>false</stayAlive>
|
||||
<restartOnCrash>false</restartOnCrash>
|
||||
<manifest></manifest>
|
||||
<icon>H:\Repo\BCV\bytecode-viewer\BCV Icon.ico</icon>
|
||||
<jre>
|
||||
<path></path>
|
||||
<bundledJre64Bit>false</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion>1.7.0_00</minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>preferJre</jdkPreference>
|
||||
<runtimeBits>64/32</runtimeBits>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>0.2.9.6</fileVersion>
|
||||
<txtFileVersion>http://the.bytecode.club</txtFileVersion>
|
||||
<fileDescription>Bytecode Viewer</fileDescription>
|
||||
<copyright>http://bytecodeviewer.com</copyright>
|
||||
<productVersion>0.2.9.6</productVersion>
|
||||
<txtProductVersion>http://the.bytecode.club</txtProductVersion>
|
||||
<productName>Bytecode Viewer</productName>
|
||||
<companyName></companyName>
|
||||
<internalName>BCV</internalName>
|
||||
<originalFilename>Bytecode_Viewer.exe</originalFilename>
|
||||
</versionInfo>
|
||||
</launch4jConfig>
|
Loading…
Add table
Add a link
Reference in a new issue