frida / cryptoshark

Self-optimizing cross-platform code tracer based on dynamic recompilation
Other
590 stars 66 forks source link

Win 7 64 - Crashing after I play a bit with the analyzed executable #3

Closed illtellyoulater closed 4 years ago

illtellyoulater commented 9 years ago

Don't know if it's due to the executable self-defense though :)

oleavr commented 9 years ago

Thanks for reporting! Did you try with the latest Frida code from git?

hmartinh commented 9 years ago

Hello. i try to use this stuff with Java programm. And java crashed when i follow some thread or unfollow.

illtellyoulater commented 9 years ago

@oleavr did you mean if I compiled it myself from latest sources? No, at the time I used the binary linked on the readme page.. but maybe you could provide an updated build? ;)

@hmartinh I am not sure Cryptoshark can work with a Java program because Java code runs in the Java Virtual Machine so you don't debug it as it if was a native program. Maybe you should check jdb or search for a Java decompiler.. depending on what you need to do.

oleavr commented 4 years ago

Sorry for the extended radio silence here. Finally some good news – CryptoShark is now back from the dead: https://github.com/frida/cryptoshark/releases/tag/0.2.0 (Only macOS binaries available for now.)

The code tracing engine (Stalker) has improved a lot since 2015 so hopefully this is now fixed. Feel free to open a new issue at a later time if/when you get a chance to test the new version.

Cheers!