Skip to content

Commit 54f39c3

Browse files
committed
Adding context command
1 parent d2b074b commit 54f39c3

File tree

3 files changed

+576
-44
lines changed

3 files changed

+576
-44
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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
2535
ASLR : 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
4960
NX Stack : True
5061
Restricted : True (Authority=Software Signing)
5162
(lisa:>)
52-
```
63+
```
64+

0 commit comments

Comments
 (0)