Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ header-img: img/home-bg.jpg
email: none@gmail.com
description: ""
keyword: ""
url: "Techryptic.github.io" # your host, for absolute URL
url: "https://techryptic.github.io" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'

remote_theme: mmistakes/minimal-mistakes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ and use our trusty online hex to ascii converter:

![](/img/in-post/post-js-version/compress-seh12.png)

CA28D202 = Ê(Ò
CA28D202 = <some bytes>

Going back to the exploit payload, switch out the 72727261 (arrr)), for Ê(Ò
Going back to the exploit payload, switch out the 72727261 (arrr)), for <some bytes>

![](/img/in-post/post-js-version/compress-sehp4.png)

Expand Down