Projects by popularity

extractcerts

0 | 1K

Uploaded by: @zeroinside

A script that will extract/intercept certificates from the Android+OpenSSL based binary by hooking the i2d_X509 function to retrieve it's DER content.

extractkeys

0 | 1K

Uploaded by: @zeroinside

A script that will extract/intercept private keys from the Android+OpenSSL based binary by hooking the i2d_PrivateKey and PEM_read_bio_PrivateKey functions.

FridaDebugger

0 | 3K

Uploaded by: @axhlzy

Single-step debugging of native code using frida, stalker, and semaphore @ https://github.com/axhlzy/FridaDebugger

Il2CppHookScripts

0 | 14K

Uploaded by: @axhlzy

Dynamically parsing Android il2cpp, using export methods to help us quickly analyze game logic, type resolution ... @ https://github.com/axhlzy/Il2CppHookScripts