Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
savjaylade84 committed Oct 3, 2022
1 parent c38e4f0 commit eba2cc7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
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> ```

0 comments on commit eba2cc7

Please sign in to comment.