Open BaseMax opened 3 years ago
I have a .exe software. This can open as zip file. So i rename .exe to .zip and .zip to .jar.
Your zip (sample-software.zip) has all the java .class files encrypted Instead of CAFEBABE signature all the .class files having "VLX200" signature
It means you have to decrypt it first
Thus, I guess .exe is not a simple exe, it does the actual decription
Hi there,
I have a
.exe
software. This can open as zip file. So i rename.exe
to.zip
and.zip
to.jar
.Download this software/jar to debug and future tests: sample-software.zip (You can rename this to .exe or .jar)
Thanks in advance for any guide.
Regards, Max