This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // list of mov rax, gs:[60h] candidates in all modules on Windows | |
| // | |
| // mentioned in this tweet : https://x.com/dudeperfectdog/status/1963625066215727320 | |
| // | |
| // use +0x0 as your search to find candidates with it at the beginning of the function | |
| // | |
| // code will come later! | |
| [[IN]] C:\Windows\System32\aadauthhelper.dll | |
| ==> SafeAllocaFreeToHeap+0x0 (RVA: 0x45590) |