changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 14: de53155af111
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/core/lib/pwn.org	Sun Dec 17 23:28:53 2023 -0500
     1.3@@ -0,0 +1,12 @@
     1.4+{{{header(pwn,Richard Westhaver,ellis@rwest.io)}}}
     1.5+
     1.6+=pwn= is a collection of mischievous software and data. The software
     1.7+in this namespace is intended for pen-testing, exploit analysis,
     1.8+disassembly, and other useful things.
     1.9+
    1.10+* Packages
    1.11+** pwn/diz
    1.12+=diz= is a disassembler program leveraging the [[http://www.capstone-engine.org/][Capstone
    1.13+framework]]. =SB-CAPSTONE= is a contrib module built-in to SBCL which
    1.14+we wrap with some additional functions suited to our workflow. There
    1.15+is a corresponding CLI application documented [[file:https:/compiler.company/docs/core/app/diz.html][here]].