movfuscator icon indicating copy to clipboard operation
movfuscator copied to clipboard

The single instruction C compiler

Results 26 movfuscator issues
Sort by recently updated
recently updated
newest added

I want to apply this project to the ARM architecture. What should I pay attention to, how should I plan the entire process, and can the author provide some feedback

If accepted this will add a Dockerfile for reference. I ran into the same problems found in: https://github.com/xoreaxeaxeax/movfuscator/issues/26 https://github.com/xoreaxeaxeax/movfuscator/issues/29 `gcc-multilib` package will provide the 32bit libraries needed in cases where...

as a sidenote for the curious: the files match. ``` test $(curl -sL https://web.archive.org/web/20190331191157/https://www.cl.cam.ac.uk/~sd601/papers/mov.pdf | sha256sum | cut -d ' ' -f 1) \ = \ $(curl -sL http://stedolan.net/research/mov.pdf |...

is 404 not found.

The rationale is to avoid undefined behavior (if there's a compiler bug that causes UB), and to reduce attack-surface if the server that hosts the AES implementation gets compromised

Hello. I am using gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 I created a library and called it in main. I want to compile my main with gcc (using **_gcc -m32 -c main.c...

when i try to compile any program all these errors come up: `M/o/Vfuscation started...` `aa.c:4: warning: missing return value` `emit/mov>addrgp4(5)` `emit/mov>argp4(addrgp4(5))` `emit/mov>addrgp4(5)` `emit/mov>calli4(addrgp4(printf))` `emit/mov>cnsti4(0)` `emit/mov>cnsti4(0)` `emit/mov>reti4(cnsti4(0))` `emit/mov>labelv(4)` `M/o/Vfuscation complete.` `/usr/bin/ld:...

Not an urgent issue, but something that seems like it may be an easy fix. Source Code: ```C const gal8 min_poly = 0b11101, // Minimal polynomial x^8 + x^4 +...

If a directory in the path back to root contains a space, the build and install prompts do not escape those spaces. Results in `.../Space Directory/movfuscator/build/movcc: No such file or...