Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
merrychap committed Mar 4, 2018
1 parent 1ebaf8b commit 841e0b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ L:dsm:x86_32 > 89c231c042cd50
0x00080005: int 0x50
```

### Run shellcode
Also, you can run your shellcode in a subprocess. **Be aware that this can harm your system!**. Jump to the last shellcode in a subprocess. What could go wrong?' Note that you don't get to control the base address your code gets loaded at, and this assumes that the instructions will make sense to your CPU. See ```help```inside ```shellen``` to see how to use it.

I'm planning to execute subprocess in a some virtual environment in order to make it safer to run potentially dangerous shellcode.

### Architectures
```asm``` and ```dsm``` modes work for different architectures. To see a list of available architectures for shellen's current mode, type this:
```sh
Expand Down
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.1.10',
version='0.2.0',
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 841e0b0

Please sign in to comment.