MuelNova / PwNova-Snippet

Snippet for pwnable challenges. Support for VSCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PwNova-Snippet

Snippet for pwnable challenges. Support for VSCode.

WARNING

This Repo is now deprecated and you should use PwNo instead

Usage

usage: template.py [-h] [--libc [LIBC]] [--no-debug] [--remote REMOTE] [--host HOST] [--port PORT] [--gdb] [--gdb-script GDB_SCRIPT]
                   [ATTACHMENT]

Pwnable Commandline

positional arguments:
  ATTACHMENT

options:
  -h, --help            show this help message and exit
  --libc [LIBC], -l [LIBC]
  --no-debug, -D        Disable debug mode
  --remote REMOTE, -r REMOTE
  --host HOST, -H HOST
  --port PORT, -p PORT
  --gdb, -g             Run binary using gdb.debug
  --gdb-script GDB_SCRIPT, -G GDB_SCRIPT

Support VSCode User Code Snippet

Copy template.json to Snippets

Future

  • Add Offset Support
  • Multiple Version for Different Usage.

About

Snippet for pwnable challenges. Support for VSCode.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%