-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c38e4f0
commit eba2cc7
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
# Hidden Code Image Injector <br> | ||
<<<<<<< HEAD | ||
## tools that help inject,extract,and remove executable code <br> | ||
## in a image using python <br> | ||
|
||
======= | ||
## tools that help inject,extract,and remove executable code <br>in a image using python <br> | ||
>>>>>>> 242e8bf1542116297586f9a576a77613b3495bda | ||
|
||
## How to use it <br> | ||
```python3 img-injector [option] <image-name> <executable code>``` | ||
|
||
> inject the code in the image | ||
inject the code in the image <br> | ||
``` python3 img-injector -i,--inject <image-name> <executable code> ``` | ||
|
||
> extract the code in the image | ||
extract the code in the image <br> | ||
``` python3 img-injector -e,--extract <image-name> <executable code> ``` | ||
|
||
> remove the code in the image | ||
remove the code in the image <br> | ||
``` python3 img-injector -r,--remove <image-name> <executable code> ``` | ||
|
||
> to know if the code exit in the image | ||
to know if the code exit in the image <br> | ||
``` python3 img-injector -x,--isExist <image-name> <executable code> ``` | ||
|
||
> break silent input and be verbose | ||
break silent input and be verbose <br> | ||
``` python3 img-injector -v,--verbose <image-name> <executable code> ``` | ||
|
||
transfer content of executable to text for better reading <br> | ||
``` python3 img-injector -t,--transferFile <executable code> <text file path> ``` |