From 82a1023b9ad4d8b2483028af70e51f7627aeebc2 Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Sat, 4 Nov 2023 05:53:26 +0530 Subject: [PATCH] Add more info on the hexes --- Phase 2/02 Binary Exploitation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)