Encrypted
-
Musikwissenschaft Notes
Encrypted
-
SigReturn-Oriented Programming (SROP)
This is a new technique that I just learnt. It is not that difficult but I spent too much time on a tiny detail that I did not expect, which will be discussed later. Example task: 12345678910111213... -
Heap Exploitation Basics
Heap is a really nice thing :/ ChunksMemories in heap are allocated in chunks: 123456789101112lowcurr -> | prev_size* | 8 | size | | | PREV_INUSE | 8 ... -
Binary Exploitation Basics All In One
Note Obviously, this post is not finished yet, and is not going to be finished in the near future.Please checkout this post instead:https://archer-baiyi.github.io/20... -
Setting up This Blog
It is not technically difficult to set up this blog. But testing different configurations costs a lot of time.Here are some details of how I set up this blog using Hexo with theme Redefine. Things... -
Encryption is the Key
Encrypted
1