Vim cheatsheet
Made an tested with an azerty keyboard; paths relate to Debian. In case of emergency Quit Vim: :q Quit Vim anyway: :q! Help: F1 (quit help: :q) Help about command: :help command If...
Made an tested with an azerty keyboard; paths relate to Debian. In case of emergency Quit Vim: :q Quit Vim anyway: :q! Help: F1 (quit help: :q) Help about command: :help command If...
MalwareTech’s VM1 Tools: IDA Free 7.0 Download solution: main.py Sample: Get it here (or here) Context “vm1.exe implements a simple 8-bit virtual machine (VM) to try and stop reverse ...
ROP Emporium ret2csu Tools: IDA Free 7.0, gdb-gef, ropper, readelf Prerequistes: Stack frame Download solution: main.py Overview “The challenge is simple: call the ret2win() function,...
ROP Emporium pivot Tools: IDA Free 7.0, gdb-gef, ropper, readelf Prerequistes: Stack frame Download solution: main.py Overview “There’s only enough space for a three-link chain on the...
ROP Emporium fluff Tools: IDA Free 7.0, gdb-gef, ropper, readelf Prerequistes: Stack frame Download solution: main.py Overview “The concept here is identical to the write4 challenge. ...
ROP Emporium badchars Tools: IDA Free 7.0, gdb-gef, ropper, readelf Prerequistes: Stack frame Download solution: main.py Overview “An arbitrary write challenge with a twist; certain i...
ROP Emporium write4 Tools: IDA Free 7.0, gdb-gef, ropper, readelf Prerequistes: Stack frame Download solution: main.py Overview “In this challenge […] we’ll be looking for gadgets tha...
ROP Emporium callme Tools: IDA Free 7.0, gdb-gef, checksec Prerequistes: Stack frame Download solution: main.py Overview “[…] You must call callme_one(), callme_two() and callme_three...
ROP Emporium split Tools: IDA Free 7.0, gdb-gef, checksec, ropper Prerequistes: Stack frame Download solution: main.py Overview “You can do the […] 64bit challenge with a 3 link chain...
ROP Emporium ret2win Tools: IDA Free 7.0, gdb-gef, checksec Prerequistes: Stack frame Download solution: main.py Overview “[…] there is a magic method we want to call and we’ll do so ...