Explore >> Select a destination


You are here

theevilbit.github.io
| | erikmcclure.com
9.8 parsecs away

Travel
| | It's been known for a while that windows has a bad habit of eating your exceptions if you're inside a WinProc callback function. This behavior can cause all sorts of mayhem, like your program just vanishing into thin air without any error messages due to a stack overflow that terminated the program without actually throwing an exception. What I didn't realize is that it also eats assert(), which makes debugging hell, because the assertion would throw, the entire user callback would immediately terminate without any stack unwinding, and then windows would just... keep going, even though the program is now in a laughably corrupt state, because only half the function executed.
| | modexp.wordpress.com
4.9 parsecs away

Travel
| | Introduction Quick post about Windows System calls that I forgot about working on after the release of Dumpert by Cn33liz last year, which is described in this post. Typically, EDR and AV set hooks on Win32 API or NT wrapper functions to detect and mitigate against malicious activity. Dumpert attempts to bypass any user-level hooks...
| | keyj.emphy.de
6.6 parsecs away

Travel
| |
| | blog.pimaker.at
41.1 parsecs away

Travel
| Linux in a Pixel Shader - A RISC-V Emulator for VRChat