Ready to get out of the cold? Come to RE//verse and see some of our amazing lineup. https://t.co/MMaX9RganZ Also stay tuned we're going to be announcing our 2 keynote speakers very soon!
The line-up for @REverseConf is impressive, but one talk I’m particularly excited about is from Vikas Gupta and @Blips_and_Chitz:
“Standing on the Shoulders of Giants: De-Obfuscating WebAssembly using LLVM”
https://t.co/0f4AlyNWfm
Reversing virtualized binaries is no easy task. Our intern Jack took on exploring automated devirtualization techniques, and presents in our latest blog post an efficient, modular, taint-based approach that leverages LLVM IR: https://t.co/ARiXRvLV6J
(1) Decided to release the source code for my LLVM-based static binary analysis framework (https://t.co/xEgouoAkWS). It implements, among other things, an iterative control flow graph reconstruction algorithm heavily inspired by SATURN, using Remill and Souper.
In recent ntoskrnl.exe update from KB5041587 @Microsoft introduced "Feature_Servicing_AmdDisableEarlyIBPB__private_IsEnabledDeviceUsage" and enables IBPB later on in the KiUpdateSpeculationControl function. Wondering why this gives a huge performance boost on >=Zen3 CPUs ?!