An open API service indexing awesome lists of open source software.

https://github.com/dungwinux/fructose

A rev challenge using ROP technique.
https://github.com/dungwinux/fructose

nasm-assembly powershell python-3 reverse-engineering x86-64 x86-assembly

Last synced: about 2 months ago
JSON representation

A rev challenge using ROP technique.

Awesome Lists containing this project

README

          

# fructose

This CTF challenge was written for UMassCTF 2024.

- `mapper.py` is used to generate a valid sequences stored in memory for comparing
- `fructose.s` is the source code for the challenge
- `setup.ps1` it the script for compiling

### Prerequisites

- NASM (nasm)
- LLVM (lld)

### Build

```
. .\setup.ps1
compile fructose
```