I just pushed out wtf v0.5.5 where you can now generate full execution traces with both hypervisor backends (winhv & KVM) 🔥🔥
This should hopefully greatly help people debug their setup 🪄
| GitHub | https://github.com/0vercl0k |
| Blog | https://doar-e.github.io/ |
| Twitter / X | https://twitter.com/0vercl0k |
I just pushed out wtf v0.5.5 where you can now generate full execution traces with both hypervisor backends (winhv & KVM) 🔥🔥
This should hopefully greatly help people debug their setup 🪄
I pushed symbolizer-rs yesterday night 🚀
It is faster, runs on all major platforms and doesn't depend on any Microsoft libraries unlike its predecessor.
Go try it out: cargo install symbolizer-rs 🔥
A fast execution trace symbolizer for Windows that runs on all major platforms and doesn't depend on any Microsoft libraries. - 0vercl0k/symbolizer-rs
I just merged the contributions of Jason Crowder & Kyle Ossinger from Cisco ASIG for fuzzing Linux user-mode targets with what the fuzz 🐧🙏🏽! It is experimental but go try it out 🔥🔥
#BochsCPU Python v0.3 is released, which includes #Bochs 2.8 support, better FPU support by @0vercl0k and minor macOS bugfix. Enjoy 🍺
https://github.com/hugsy/bochscpu-python/releases/tag/v0.3.1
I ported my kernel dump parser library to Rust; go give it a try! 🦀
I just realized Intel VTune Profiler 2024 edition is out! It's free and supports both Linux & Windows.
So if you would like to know how your software spend its time, or are interested in software performance analysis 🏎️, give it a spin!
https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler-download.html
Here is a small WinDbg extension written in Rust 🦀 I am hoping it can serve as a template for people to get started 💪
WinDbg extension written in Rust to dump the CPU / memory state of a running VM - GitHub - 0vercl0k/snapshot: WinDbg extension written in Rust to dump the CPU / memory state of a running VM