Hidden Code Image Injector
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>