/dev/posts/

IP address spoofing in order to watch South Park

Published:

Trying to bring back some old IP spoofing Firefox extension for watching South Park episodes.

Read more…

Cleaning the stack by filtering the assembly

Published:

In order to help the SimGridMC state comparison code, I wrote a proof-of-concept LLVM pass which cleans each stack frame before using it. However, SimGridMC currently does not work properly when compiled with clang/LLVM. We can do the same thing by pre-processing the assembly generated by the compiler before passing it to the linker: this is done by inserting a script between the compiler and the assembler. This script will rewrite the generated assembly by prepending stack-cleaning code at the beginning of each function.

Read more…

Page 1 of 1 | | | JSON Feed | Atom Feed | RSS Feed