Coder Social home page Coder Social logo

reversekit's Introduction

ReverseKit - Dynamic Reverse Engineering Toolkit
ReverseKit Logo

License Stars Forks

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.

FeaturesGetting StartedUsage
ContributingLicenseImages

Features

  • Imports information - along with DLL name, function name, and address.
  • 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.
  • Bypass common debugger checks - CheckRemoteDebugger() and IsDebuggerPresent().
  • Anti-BSOD for common usermode BSOD methods which abuse the RtlAdjustPrivilege.
  • Easy-to-use interface powered by ImGui.
  • Hook library with a normal JMP hook and trampoline hook.

Getting Started

To get started with ReverseKit, you can clone this repository and build the project. Once the build is complete, you can inject the tool and start using it to analyze binaries.

Usage

ReverseKit provides a user-friendly interface that enables you to easily intercept, analyze, and manipulate code and data during runtime. With the wide range of features and functionalities, you can:

  • Monitor and intercept system calls and API functions
  • Monitor CPU usage by active threads and option to suspend
  • Analyze network traffic and intercept URLs
  • Analyze and manipulate thread creations
  • Hook into binary code and redirect execution flow
  • Bypass common debugger checks

Contributing

We welcome contributions from the community. If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.

License

This project is licensed under the terms of the MIT license.

Todo

  • Fix instrumentation callback crashing for DLL.

Images

tab

Youtube Video

ReverseKit demo video

reversekit's People

Contributors

zer0condition avatar zer0condition2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.