Skip to content

python tool that inject, extract, and remove executable code in a image

Notifications You must be signed in to change notification settings

savjaylade84/img-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Hidden Code Image Injector

tools that help inject,extract,and remove executable code
in a image using python

How to use it

python3 img-injector [option] <image-name> <executable code>

inject the code in the image
python3 img-injector -i,--inject <image-name> <executable code>

extract the code in the image
python3 img-injector -e,--extract <image-name> <executable code>

remove the code in the image
python3 img-injector -r,--remove <image-name> <executable code>

to know if the code exit in the image
python3 img-injector -x,--isExist <image-name> <executable code>

break silent input and be verbose
python3 img-injector -v,--verbose <image-name> <executable code>

transfer content of executable to text for better reading
python3 img-injector -t,--transferFile <executable code> <text file path>

About

python tool that inject, extract, and remove executable code in a image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages