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

0b0b99c · Oct 3, 2022

History

10 Commits
Oct 3, 2022
Oct 3, 2022

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