Jump to content
Advertising GIF
Advertising GIF

ReverseKit - Dynamic Reverse Engineering Toolkit


Recommended Posts

ROrtUu9.jpeg

ReverseKit is a comprehensive toolkit designed to aid reverse engineers in the process of dynamic RE. With a wide range of features and functionalities, it provides an easy-to-use interface and helps you intercept, analyze, and manipulate code and data during runtime.

Features:

  •     Imports information - along with DLL name, function name, and address.
  •     Intercept all system calls via an instrumentation callback.
  •     Intercept all commands executed - system(), ShellExecuteEx(), etc.
  •     Intercept all thread creations - APIs like std::thread, CreateThread(), etc.
  •     Intercept URLs - APIs like UrlDownloadToFileA and InternetOpenUrlA, etc.
  •     Threads - lists thread ids along with cpu usage, allows you to suspend them with a button.
  •     Heaps information - address, id and flags.
  •     Bypass common debugger checks - CheckRemoteDebugger() and IsDebuggerPresent().
  •     Anti-BSOD for common usermode BSOD methods which abuse RtlAdjustPrivilege.
  •     Prevent sysmon driver from being unloaded.
  •     Easy-to-use interface powered by ImGui.
  •     Hook library with a normal JMP hook and trampoline hook.

This is the hidden content, please

  • Like 4
Link to comment
https://crackfrm.org/topic/150-reversekit-dynamic-reverse-engineering-toolkit/
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use