{% extends "base.html" %} {% block title %}AUTARCH — Exploit Dev{% endblock %} {% block content %}

Shellcode Generator

Generate architecture-specific shellcode from built-in templates. Supports host/port patching.

No shellcode generated yet.

Payload Encoder

Encode shellcode to evade signature detection. Supports XOR, AES-256, alphanumeric, and polymorphic encoding.


    

    

ROP Gadget Finder

Scan ELF/PE binaries for ROP gadgets. Uses ropper, ROPgadget, or objdump as backend.

AddressGadgetTypeAdd
Run gadget search to see results.

ROP Chain Builder

Build a ROP chain by adding gadgets from the table above or manually specifying addresses.

#AddressGadgetValueRm
Add gadgets from the results above.

Cyclic Pattern Generator

Generate De Bruijn / cyclic patterns for buffer overflow offset discovery (like pattern_create).

No pattern generated yet.

Pattern Offset Finder

Find the exact offset of a value within a cyclic pattern (like pattern_offset). Accepts hex (0x41326241), integer, or raw string.


Format String Exploitation

Generate format string test payloads for offset discovery and write-what-where attacks.



    

Write-What-Where


Assembly / Disassembly

Assemble NASM code to machine bytes or disassemble hex bytes to assembly instructions.


{% endblock %}