Skip to content

Commit a707263

Browse files
committed
Finish docs uri updates
1 parent 04f967a commit a707263

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ In the examples below, the string **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVers
4747
![x64 Demo Buffer](https://github.com/wizardy0ga/FormCrypt/blob/master/images/x64_buffer_disasm.png)
4848
4949
###### x64 Encrypted Buffer Memory Dump
50-
![x64 Buffer Dump (Encrypted)](/images/x64_buffer_encrypted_dump.png)
50+
![x64 Buffer Dump (Encrypted)](https://github.com/wizardy0ga/FormCrypt/blob/master/images/x64_buffer_encrypted_dump.png)
5151
5252
###### x64 Decrypted Buffer Memory Dump
53-
![x64 Buffer Dump (Decrypted)](/images/x64_buffer_decrypted_dump.png)
53+
![x64 Buffer Dump (Decrypted)](https://github.com/wizardy0ga/FormCrypt/blob/master/images/x64_buffer_decrypted_dump.png)
5454
5555
## Usage
5656
FormCrypt offers two interfaces for usage, scripting & the command line.
5757
5858
### Using FormCrypt CLI
59-
![usage](/images/usage.png)
59+
![usage](https://github.com/wizardy0ga/FormCrypt/blob/master/images/usage.png)
6060
6161
FormCrypt CLI only requires the user to provide the strings to encrypt. This is done with either **--strings** or **--file** for a filepath containing a list of strings to encrypt.
6262

0 commit comments

Comments
 (0)