Thread: Tracer v2
View Single Post
  #9  
Old 07-17-2018, 02:20
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 466
Rept. Given: 27
Rept. Rcvd 405 Times in 133 Posts
Thanks Given: 21
Thanks Rcvd at 1,878 Times in 359 Posts
CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499
It can trace only jars

Quote:
Originally Posted by rooster1 View Post
@CodeCracker can this be used for a jar file that is launched with an EXE file?
No, it can trace only jars currently, the main reason is that it uses asm objectweb to inject trace commands on classes,
You could try JavaClassManager
https://forum.exetools.com/showthread.php?t=18592
to try to save loaded classes.
JavaClassManager can launch both jar and exe extensions,
it is just a matter of intercepting class loading and editing classes to do what you want.
Reply With Quote
The Following User Says Thank You to CodeCracker For This Useful Post:
niculaita (07-17-2018)