Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
merrychap committed Mar 4, 2018
1 parent 841e0b0 commit 992090f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,10 @@ If you find a problem/bug or something, write an issue about this problem. Also,
- [x] Disassembling
- [x] Syscalls lists
- [x] Database of common shellcodes
- [ ] Fix readline (right now it works ugly)
- [ ] Add ROP builder
- [ ] Add editing an assembly code in multiple lines
- [ ] Different histories for ```asm``` and ```dsm``` modes
- [ ] Virtual environment to run shellcodes

## Pictures
Just a little bunch of pictures. (They are outdated because of adding different features)
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='shellen',
version='0.2.0',
version='0.2.1',
description='Interactive environment for crafting shellcodes. Also, it just can be used as a simple assembler/disassembler',
long_description=long_description,
url='https://github.com/merrychap/shellen',
Expand Down

0 comments on commit 992090f

Please sign in to comment.