The MASM Forum

General => The Laboratory => Topic started by: Biterider on January 16, 2018, 04:12:31 AM

Title: Interesting reading on mov instruction
Post by: Biterider on January 16, 2018, 04:12:31 AM
"The M/o/Vfuscator (short 'o', sounds like "mobfuscator") compiles programs into "mov" instructions, and only "mov" instructions."

https://github.com/xoreaxeaxeax/movfuscator/blob/master/README.md (http://https://github.com/xoreaxeaxeax/movfuscator/blob/master/README.md)

more in detail:

http://https://github.com/xoreaxeaxeax/movfuscator/blob/master/slides/domas_2015_the_movfuscator.pdf (http://https://github.com/xoreaxeaxeax/movfuscator/blob/master/slides/domas_2015_the_movfuscator.pdf)

On Youtube

http://https://www.youtube.com/watch?v=R7EEoWg6Ekk (http://https://www.youtube.com/watch?v=R7EEoWg6Ekk)

Biterider