diff --git a/Phase 2/02 Binary Exploitation.md b/Phase 2/02 Binary Exploitation.md index faa8c68..1f6ce53 100644 --- a/Phase 2/02 Binary Exploitation.md +++ b/Phase 2/02 Binary Exploitation.md @@ -98,7 +98,7 @@ Using the number system converters on [rapidtables](https://www.rapidtables.com/ ![No data](../Images/dec_to_txt.png) -Cleaning up the hex by removing the digits with a `(nil)` after them and all `0x` indicators except the first one, we get this. +But for the hexadecimal characters, we get promising results. Cleaning up the hex by removing the digits with a `(nil)` after them and all `0x` indicators except the first one, we get this. ![The result](../Images/hex_to_txt.png)