Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Samohtechs authored Mar 30, 2023
1 parent 571b4b9 commit ee7d115
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,28 @@
# WRITTEN BY: SAMOH MOHAMMED. TWITTER @ghostshado3. GITHUB @samohtechs. Website: https://samohtechs.tk #
# you can clone or fork this work here www.github.com/samohtechs/volaX #
############################################################################################################


# __REQUIREMENTS__
python 3.x <br>
volatility (version 2 or 3) <br>
volatility must be accessible globally as 'volatility' for volatility 2 and 'volatility3' for volatility 3 or you can add your own path in the
file __volpath.py__ as required.

# __USAGE:__
__help__ _this help_ <br>
__help__ _volatility help menu_ <br>
__cp, cprofile__ _change profile name (when profile has already been selected)_ <br>
__q, exit, quit__ _exit program_ <br>
__shell__ _to enter shell commands mode_ <br>
> - __help__ _this help_ <br>
> - __help__ _volatility help menu_ <br>
> - __cp, cprofile__ _change profile name (when profile has already been selected)_ <br>
> - __q, exit, quit__ _exit program_ <br>
> - __shell__ _to enter shell commands mode_ <br>
### When Running the script
__You will have to select one option from five options given that are__ <br>
1 - Volatility 2 <br>
2 - Volatility 3 <br>
3 - To specify your own path and version (be keen with version as it will result to unexpected behaviour when used with wrong volatility) <br>
4 - To specify your own path and version but this time in the specific variables found in the __volpath.py__ file. <br>
So next time you want to use that simply select 4
0 - to exit <br>
> 1 - Volatility 2 <br>
> 2 - Volatility 3 <br>
> 3 - To specify your own path and version (be keen with version as it will result to unexpected behaviour when used with wrong volatility) <br>
> 4 - To specify your own path and version but this time in the specific variables found in the __volpath.py__ file. <br>
> So next time you want to use that simply select 4
> 0 - to exit <br>
## FOR USE WITH VOLATILITY 2:
After running the script and selecting option 1 (or 3, or 4 and specify your path and version as 2), you will then be asked to enter the image name/ full path <br>
Expand Down Expand Up @@ -69,7 +75,7 @@
## FOR USE WITH VOLATILITY 3:
Everything is just the same as in volatility 2 with small difference when you first run the script <br>

1. Select option 2 to use volatility 3 (or 3, or 4 and specify your path and version as 2), you will then be asked to enter the image name/ full path <br>
> 1. Select option 2 to use volatility 3 (or 3, or 4 and specify your path and version as 2), you will then be asked to enter the image name/ full path <br>
__>> Enter name of image: /path/to/image__

Expand Down

0 comments on commit ee7d115

Please sign in to comment.