
Michael Maltsev
@m417z
About me: m417z.com/about/
Software: ramensoftware.com
Source code: github.com/m417z
ID: 755142637884243968
https://m417z.com/ 18-07-2016 20:50:09
548 Tweet
1,1K Followers
129 Following








Octoberfest7 Regarding brittleness, winbindex is a godsend to actually know if the gadget is stable accross versions. I usually check a few revisions of each non-EOL version from 14393, and if it's stable at least for each win version then it's acceptable (easy to check in KUSER_SHARED_DATA)




I had to adjust the stack walking code for ARM64. Luckily, I found an implementation in the Chromium codebase. Surely it must be solid and well-tested, right? Well, turns out that the case of a syscall returning back to user mode wasn't supported. The fix: chromium-review.googlesource.com/c/chromium/src…




