Skip to content

Source repository for my introduction to reverse engineering workshop

License

Notifications You must be signed in to change notification settings

CliffordSesel/crackme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains a series of simple binaries designed to teach basic
reverse engineering and cracking skills. Challenges are separated by
difficulty, escalating onwards from 0x00.

Each challenge provides a binary and a README explaining the challenge. The
source code is publicly available but should not be used to solve the
challenge.

Build dependencies include:
* GCC or Clang
* Meson
* Ninja

Dependencies include:
* libcurl

Releases can be found on the release page.

Building the exercises can be done from the source directory by running:
$ meson build --prefix $(pwd)/install
$ ninja -C build

Installing can be done by:
$ ninja -C build install

Licensed under GPL3.

About

Source repository for my introduction to reverse engineering workshop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 50.8%
  • Meson 45.9%
  • Shell 3.3%