Crates.io | ShellcodeGenerator |
lib.rs | ShellcodeGenerator |
version | 0.1.0 |
source | src |
created_at | 2022-01-27 03:21:02.202298 |
updated_at | 2022-01-27 03:21:02.202298 |
description | A shellcode generator for quickly exploit development |
homepage | |
repository | https://gitlab.com/sweetyoru/shellcodegenerator/ |
max_upload_size | |
id | 522346 |
size | 34,315 |
This is a crate for quickly generate shellcode to use in exploit development.
There is pwntools.shellcraft, but it's written in python, and not everyone like to write their exploit in python, so this crate aim to become the rust version of it.
Only mips/linux is usable now, other platform/architecture is non-exsitence. So if you want support for those, bring your own code.
Pull request and bug report are welcome.