Share
## https://sploitus.com/exploit?id=15143665-E860-53B6-9E37-EA70190F5C7F
This is a vulnerable ARM/AARCH64 application, specifically designed for a CTF (Capture The Flag) style exploitation tutorial. The application is written in C and is intended to demonstrate various types of vulnerabilities, including integer overflow, stack overflow, array overflow, off-by-one, stack cookie, format string, heap overflow, structure redirection/type confusion, zero pointers, command injection, path traversal, return-oriented programming (ROP), use-after-free, and jump-oriented programming (JOP).

The application is composed of several files, including a .gdbinit file, a README.md file, and various C source files. The .gdbinit file is used to configure the debugger, while the README.md file provides an overview of the application and its purpose.

The C source files contain various functions and variables that demonstrate the different types of vulnerabilities. For example, the file "bin/exploit" contains a function that demonstrates an integer overflow vulnerability, while the file "bin/dir1/dir2/test.txt" contains a function that demonstrates a format string vulnerability.

The application is designed to be run on an ARM or AARCH64 platform, and can be executed using the "qemu-arm" or "qemu-aarch64" command, respectively. The application takes no arguments and does not require any specific