Thread: Tracer v2
View Single Post
  #9  
Old 07-17-2018, 02:20
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 454
Rept. Given: 27
Rept. Rcvd 398 Times in 129 Posts
Thanks Given: 21
Thanks Rcvd at 1,824 Times in 349 Posts
CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399
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)