A simple pre-compiled program I wrote in C. Nothing special, just a simple reverser tool with a hundred characters to work with.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-08-23 16:54:51 -04:00
LICENSE Initial commit 2023-01-21 11:41:48 -05:00
README.md Update README.md 2023-01-21 11:42:35 -05:00
reverser.c Create reverser.c 2023-01-21 11:43:54 -05:00

Reverser

A simple pre-compiled program I wrote in C. Nothing special, just a simple reverser tool with a hundred characters to work with.

It was designed to be protected against buffer overflow attacks, no worries.