Skip to content

cyberfined/nanomites

Repository files navigation

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.