View Single Post
  #1  
Old 11-23-2016, 15:07
suddenLy suddenLy is offline
Friend
 
Join Date: Jan 2005
Posts: 62
Rept. Given: 2
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 3
Thanks Rcvd at 9 Times in 8 Posts
suddenLy Reputation: 3
Java reversing question

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..
Reply With Quote