Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 395 Bytes

nanomites

Linux amd64 crackme with AES CBC encrypted functions and nanomites.

Build dependencies

  1. gcc
  2. gnu as
  3. cabal
  4. awk
  5. python3
  6. readelf
  7. make

Build

make

Tested with

  1. gcc 13.2.1
  2. linux 6.5.6

AES implementation

I used kokke's tiny-AES-c.

Libc implementation

I used musl-libc.