Pinned Loading
-
analysis-of-anti-analysis
analysis-of-anti-analysis Publicwritings on anti-reverse engineering.
-
opaque-predicates-detective
opaque-predicates-detective PublicAn approach to detect opaque predicates by identifying the damage caused by the obfuscation.
-
reverse-engineering-playground
reverse-engineering-playground PublicScripts I made to aid me in everyday reversing or just for fun...
-
how to assemble assembly with NASM a...
how to assemble assembly with NASM assembler to 32-bit or 64-bit ELF binary with or without libc 1### 32-bit ELF binary
2how to assemble and link:
3```bash
4nasm -f elf32 -o <filename>.o <filename>.asm
5ld -m elf_i386 -o <filename> <filename>.o
-
zero-footprint-opaque-predicates
zero-footprint-opaque-predicates Publicobfuscation that aims to not stand out
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.