Skip to content

NoobTracker/mexirun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mexirun

My Rust implementation of a mexico interpreter. The parser is not great, it tends to fail silently. The program first converts the text to an intermediate representation and then executes that. It is way faster than the python implementations that were written at the Labor :)

It was created to solve the Labortage CTF challenges mexico-2 and mexico-3. It was then used to create mexico-4.

Usage: cargo run (--release) [script.mxc]

fuxxor.mxc is generated every time a program is executed, it is a randomly obfuscated version of the input. Obfuscating already obfuscated code breaks it ^^

About

A mexico interpreter written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages