Skip to content

Commit

Permalink
Fix typo in documentation caesar shellcode cryptanalysis chapter 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Sep 8, 2023
1 parent 584265e commit 9c23eca
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ fn main() {
println!("plain text: {:?} decrypted with key {:?}", is_decrypted, key);
r2p.close();
}```
}
```
### 3.3 Caesar breaking using reverse engineering analaysis and implementing a decryptor with cryptatools.
Expand Down Expand Up @@ -750,4 +751,4 @@ Once the plain text is found, we could use `radare2` emulation to emulate and ru
[Shellstorm shellcode sample](http://shell-storm.org/shellcode/files/shellcode-900.html)
[Full Source Code Of This Course](https://github.com/gogo2464/cryptatools-rs/tree/master/docs/doc-examples/caesar_shellcode_statistical_analysis). Do not hesitate to click in order to see a functional example of `cryptatools-rs` in practice.
[Full source code of this course](https://github.com/gogo2464/cryptatools-rs/tree/master/docs/doc-examples/caesar_shellcode_statistical_analysis).

0 comments on commit 9c23eca

Please sign in to comment.