Hi ppl,
I have java reversing question.
I had experienced jar file, but it is different situation with this target.
1. running target file
A-gui.exe
2. in the interal A.exe, java runs (by createprocess)
javaw.exe -parameters A-gui.exe
3. can debug target file attach javaw.exe with ollydbg. Is it normal???

I do not much know about this kind of java running.
moreover, at this time, killing A-gui.exe process is no matter.
The only running process is javaw.exe.
Here is question.
How can I catch the entry point of javaw.exe?
I mean internally created process of A.exe by javaw.exe..