Let's Decode the Mystery Bytes [video]
youtube.com
Let's Decode the Mystery Bytes [video]
1–8 of 8 posts
Re: Let's Decode the Mystery Bytes [video]
#2Re: Let's Decode the Mystery Bytes [video]
#3“This video is restricted. Please check the Google Workspace administrator and/or the network administrator restrictions”
Re: Let's Decode the Mystery Bytes [video]
#4Re: Let's Decode the Mystery Bytes [video]
#5Re: Let's Decode the Mystery Bytes [video]
#6Why does the Windows heap obfuscate heap headers with that XOR stuff? If it's to try to keep malware from walking the heap it's obviously not very effective.
Re: Let's Decode the Mystery Bytes [video]
#7Way to make clickbait titles.
Re: Let's Decode the Mystery Bytes [video]
#8Why does the Windows heap obfuscate heap headers with that XOR stuff? If it's to try to keep malware from walking the heap it's obviously not very effective.
But Windows picks a random number for each heap and XORs the heap header with it. This means that every time you run the program the headers have to be XORd with a different random number before Windows can understand them. I have no way of predicting what that number is, so the malicious data that I send won’t be XORd with the right number to fool Windows.