return-oriented-programming
There are 44 repositories under return-oriented-programming topic.
0vercl0k/rp
rp++ is a fast C++ ROP gadget finder for PE/ELF/Mach-O x86/x64/ARM/ARM64 binaries.
ropfuscator/ropfuscator
ROPfuscator is a fine-grained code obfuscation framework for C/C++ programs using ROP (return-oriented programming).
Bw3ll/ROP_ROCKET
ROP ROCKET is an advanced code-reuse attack framework, with extensive ROP chain generation capabilities, including for novel Windows Syscalls attack, a novel Heaven's Gate, and "shellcodeless" ROP. The framework utilizes emulation and obfuscation to help expand the attack surface.
152334H/pwnscripts
Very simple script(s) to hasten binary exploit creation
trailofbits/bisc
Borrowed Instructions Synthetic Computation
Physics365/991CN-X-CW-Decompilation
991CN X 反编译及资料整理
ispras/rop-benchmark
ROP Benchmark is a tool to compare ROP compilers
B1rby/Stack-Based-Buffer-Overflows
Stack Based buffer overflow attack
ROPilicious/src
This is the source of our Return Oriented Programming tool.
LauraWartschinski/overflow_with_joy
buffer overflow exploits for simple c programs (64 bit)
syncom/rop-on-arm-rpi3-tutorial
ARM (A32) Linux Return-oriented Programming with Raspberry Pi
pikulet/mem-attacks-example
Examples of Binary Exploitations - Buffer Overflow, Return-Oriented Programming and Format String
rctcwyvrn/rop-fk
Taking return oriented programming a bit too literally
emilmasoumi/rop-compiler
Return-oriented programming (ROP) compiler
tr3sp4ss3rexe/ROP_Filter
Simple bash script to filter out useful ROP gadgets from rp++ output while bypassing DEP
ring0-c0d3-br34k3r/ROPme
Windows Exploit development : Bypass Data Execution Prevention (DEP) using ROP chains manually hard code
alva922/Algo-Trading-Risk-Return-Optimization
Backtesting Algo-Trading Strategies, FinTech Analysis & Portfolio Optimization: NVDA, AMD, INTC, MSI vs S&P 500 Benchmark
yanorei32/unsafebf
An unsafe brainfuck interpreter. It uses stack as memory directly.
LittleNewton/base-rop
基本 ROB 的 EXP 及其 binary 程序
ROPilicious/ROP-Rough-Space
This is the place where we will put all the experiments we do to build the ROP-Compiler
Sparrrgh/mips_rop
Binary Ninja plugin to find ROP gadgets in MIPS
B1rby/Pwn-Journey
Some notes to begin pwn properly
BlessedRebuS/Tesi-Magistrale
Tesi magistrale di Ingegneria Informatica Magistrale su Attacchi Buffer Overflow e Return Oriented Programming in architetture RISC-V, Università di Bologna
Kayla-J/Hangman-Game
Final Project - CS155 (Computer Science I)
Skryptonyte/CROP
ROP Gadget finding utility written in C
thisisnotgcsar/ODC_23-24-CTFs
All CTFs solved in Offensive and Defensive Cyber Security course of Polytechnic of Milan 23/24 edition
ropcat/rop-resources
Resources collected while I learned ROP, the most fun exploitation technique
tylerdionne/ROPEMPORIUM2023
Writeup for my solutions to the challenges on ropemporium.com
W-zrd/Nonstop-PWN-Reverse
Reverse Engineering & Binary Exploitation Warm Up for CTF
AlBovo/ROPEmporium
My writeups for the ROPEmporium challenges.
cs16b004/security-notes
A repository to hold code for security related examples
HyggeHalcyon/ROP-Emporium
ROP Emporium solve scripts
Lynk4/ROP-Emporium
Return-oriented programming (ROP)
n3rada/ropcatalog
Finding and classifying ROP gadgets from rp++ output file with some regex, with a CLI.
pmihsan/Security-Attacks
Buffer Overflows, Format Strings, Return Over Pointers and Shellcode Execution Attacks