Giter Site home page Giter Site logo

geosn0w / reverse-engineering-tutorials Goto Github PK

View Code? Open in Web Editor NEW
254.0 21.0 49.0 24 KB

Some Reverse Engineering Tutorials for Beginners

License: Apache License 2.0

C 88.26% C++ 11.74%
hacking reverse engineering assembly arm asm binary programming analysis hacktoberfest

reverse-engineering-tutorials's Introduction

Reverse-Engineering-Tutorials

Some Reverse Engineering Tutorials from a beginner for beginners interested in INFOSEC.

I group them by levels, I usually provide a compiled crack-me tool that you need to practice on and a tutorial. The source code for the crack-me is most of the times available in the level folder. I sometimes also provide precompiled macOS binaries.

Tools you might need during this:

Programming knowledge is not required for the lower levels, but might help a lot as you proceed.

~GeoSn0w (@FCE365)

My Websites

reverse-engineering-tutorials's People

Contributors

geosn0w avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reverse-engineering-tutorials's Issues

crack-me cannot compile because "system" was not declared in the scope

I'm on linux and had to also include cstdlib to compile crack-me in the first tutorial

✗ g++ crack-me.cpp -o crack-me
crack-me.cpp: In function ‘void secret()’:
crack-me.cpp:17:23: error: ‘system’ was not declared in this scope
    system("uname -a\n");

Added and it compiles correctly with g++ 5.4.0

#include <cstdlib>

Maybe my g++ version is too old.

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.