File tree Expand file tree Collapse file tree 3 files changed +576
-44
lines changed Expand file tree Collapse file tree 3 files changed +576
-44
lines changed Original file line number Diff line number Diff line change 22 - An Exploit Dev Swiss Army Knife.
33
44# Commands
5+ ```
6+ aslr -- View/modify ASLR setting of target.
7+ checksec -- Display the security properties of the current executable
8+ context -- Display given thread or selected thread context
9+ csdis -- Disassemble buffer at a given pointer using Capstone
10+ show_header -- Dump Mach-O headers
11+ show_lc -- Dump Load Commands from Mach-O
12+ ```
13+
14+ # Commands in Detail
515* aslr - View/modify ASLR setting of target.
616```
717(lisa:>) help aslr
@@ -25,6 +35,7 @@ ASLR : on
2535ASLR : off
2636(lisa:>)
2737```
38+
2839* checksec - Display the security properties of an executable
2940```
3041(lisa:>) checksec
@@ -49,4 +60,5 @@ NX Heap : True
4960NX Stack : True
5061Restricted : True (Authority=Software Signing)
5162(lisa:>)
52- ```
63+ ```
64+
You can’t perform that action at this time.
0 commit comments