Skip to content

psycore8/shencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShenCode

A versatile tool for working with shellcodes.

Features

Version 0.8.0

How to use

Install
git clone https://github.com/psycore8/shencode
cd shencode
pip install .
shencode -h

General usage

Check out the ShenCode Docs for more information.

Release Notes

  • general - windows functions and constants sorted in windef and winconst
  • general - added a new category: inject
  • general - module categories sorted in alphabetical order
  • general - updated dependencies
  • inject/psoverwrite - Python adapted process overwriting technique
  • inject/ntinjection - native api injection (experimental)
  • inject/dll - dll injection
  • obfuscate/feed - fixed typo
  • obfuscate/qrcode - fixed dependency error for PIL

References