Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 943 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 943 Bytes

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>