1974 shaares
6 private links
6 private links
8 results
tagged
binary
"Nightmare is an intro to binary exploitation / reverse engineering course based around ctf challenges. I call it that because it's a lot of people's nightmare to get hit by weaponized 0 days, which these skills directly translate into doing that type of work"
objdump -d b00t |sed 's#^ .:\t##;s#\t.$##'|grep -Ev '.text|Disassembly|file'|grep -Ev '^$'|tr -d "\n "|xxd -r -p
Patch win86/64 PE and linux86/64 binaries with shellcode