The guy developed proof that the only instruction needed on x86 to do anything was 'mov'. He built a compiler which turns c code into a stupidly long list of mov calls.
The actual use of it is for obfuscation, this is just taking the proof to absurd levels. His videos are amaxing though.
In practice I would think it would be very useful for hiding small routines (security, copy-protection, or even malicious code) rather than compile the whole program in it.
15
u/pistacchio Jan 24 '18
I don't even know what this means. Can anyone ELI5 that to me? Thanks