Giter Club home page Giter Club logo

modern-reverse-engineering-docs's Introduction

Modern Reverse Engineering Docs

Modern resources, collection curated based on reverse engineering systems (2018+). For beginners and up.

Table of Contents

Check external resources + malware analysis for more.

Basics

There are different paths to learn reverse engineering. Any decent CS course involving computer architecture, CTFs, or browsing resources. Don't bother memorizing long libraries and functions, instead try to understand how a target's architecture works. Recommendation: read at least 2 of the books here, build an environment, pick preferred tools, then take a software apart methodically.

Terms for common tools
  • Debugger - sequence through program assembly
  • Disassembler - retrieves the bulk program assembly
  • Decompiler - reverts a program to it's source code (if the source is known)

Books

Courses

Videos

Extra

Tools

  • Ghidra NSA Software reverse engineering kit. Includes disassembly, decompilation, etc. Highly extensible.
  • 010 Editor Best Proprietary Hex Editor for binary analysis; Binja, Free alt is: HxD, Bless, or ImHex
  • x64dbg Open source x64/x32 Windows debugger. Reko decompiler

Old

Contribute

  1. Fork the repo, make a new branch.
  2. Make changes within that branch.
  3. Commit changes with clear notes and pull request.

Any contributions are appreciated!

Relevant topics: Table of Contents

  • C Programming
  • x86/64 Architecture/ARM Assembly
  • Windows API *10/Legacy/DOS, Linux API
  • Reverse Engineering / Game Hacking

modern-reverse-engineering-docs's People

Contributors

himorik 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.