diff --git a/README.md b/README.md index f9c2d60..bfbacb1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.cfg b/setup.cfg index e69de29..7c2b287 100644 --- a/setup.cfg +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1 \ No newline at end of file diff --git a/setup.py b/setup.py index 54f4995..51acbf8 100644 --- a/setup.py +++ b/setup.py @@ -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',