Skip to content

A bruterforcer for TheZZAZZGlitch's 2021 April Fools event challenge 3

Notifications You must be signed in to change notification settings

Darkshadows9/TheZZAZZGlitch2021Bruterforcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

TheZZAZZGlitch2021Bruterforcer

A bruterforcer for TheZZAZZGlitch's 2021 April Fools event challenge 3

The .c file contains the complete brutforcer and the .asm is pseudo-gbasm that are my main notes to build the thing.

Compile the program with:

gcc -Wall -pedantic -O3 "Bruteforce.c" -o "Bruteforce.exe"

or on Linux:

gcc -Wall -pedantic -O3 "Bruteforce.c" -o "Bruteforce"

You can change the starting seed to whatever you want, it's currently set to start at the solution.

This whole thing is really messy and not well named, but it definitely works. Beware however that the .asm's comments may be flat incorrect in some places.

I wanna thank TheZZAZZGlitch for the event. It was really tough this year and I'm hopeful for the next one, since I met my own personal goal at least!

About

A bruterforcer for TheZZAZZGlitch's 2021 April Fools event challenge 3

Resources

Stars

Watchers

Forks