changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/lib/pwn.org

changeset 14: de53155af111
author: ellis <ellis@rwest.io>
date: Sun, 17 Dec 2023 23:28:53 -0500
permissions: -rw-r--r--
description: migrated from core
1 {{{header(pwn,Richard Westhaver,ellis@rwest.io)}}}
2 
3 =pwn= is a collection of mischievous software and data. The software
4 in this namespace is intended for pen-testing, exploit analysis,
5 disassembly, and other useful things.
6 
7 * Packages
8 ** pwn/diz
9 =diz= is a disassembler program leveraging the [[http://www.capstone-engine.org/][Capstone
10 framework]]. =SB-CAPSTONE= is a contrib module built-in to SBCL which
11 we wrap with some additional functions suited to our workflow. There
12 is a corresponding CLI application documented [[file:https:/compiler.company/docs/core/app/diz.html][here]].