savjaylade84 / img-injector

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%