Reputation: 1
I have an EXE file and I wanna look inner of classes. I don't want to make a work jar file I only need to look inner. The application was written with java and was packed with jar2exe. All information which I found directed me on this article Packed on level 3.
All the software is present, there is a general understanding, but I do not understand at what point I made a mistake.
I found value in Resource Hacker. Resource Hacker
Next it uses OllyDbg, but OllyDbg does not support x64 applications, so I use x64 dbg
He enters the Enter expression window from the OllyAdvanced plugin, but I didn't find such a plugin for x64 dbg, so I used the method from the 00:59 Video. Got this value
I go to dbg and run the software there. I go to the window with the hexadecimal value and enter the value. I'm setting a breakpoint.
Run the program and get here
The article goes on to describe a loop pass and a memory dump
What kind of loop and what to dump into memory, I do not understand. Maybe I made a mistake in the previous steps?
Thank you in advance for your help
Upvotes: 0
Views: 352