Skip to content

Commit 992090f

Browse files
committed
updated readme
1 parent 841e0b0 commit 992090f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,10 @@ If you find a problem/bug or something, write an issue about this problem. Also,
160160
- [x] Disassembling
161161
- [x] Syscalls lists
162162
- [x] Database of common shellcodes
163-
- [ ] Fix readline (right now it works ugly)
164163
- [ ] Add ROP builder
165164
- [ ] Add editing an assembly code in multiple lines
165+
- [ ] Different histories for ```asm``` and ```dsm``` modes
166+
- [ ] Virtual environment to run shellcodes
166167

167168
## Pictures
168169
Just a little bunch of pictures. (They are outdated because of adding different features)

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='shellen',
18-
version='0.2.0',
18+
version='0.2.1',
1919
description='Interactive environment for crafting shellcodes. Also, it just can be used as a simple assembler/disassembler',
2020
long_description=long_description,
2121
url='https://github.com/merrychap/shellen',

0 commit comments

Comments
 (0)