Roman
Roman
I have a full memory dump (generated by WinDbg), and a tenet trace file (generated by [wtf](https://github.com/0vercl0k/wtf) fuzzer), that contains trace from start point to BSOD (`nt!KeBugCheck2`).  I see...
When I run server and one fuzzing node with whv backend, I got an error: Server: ``` D:\wtf_fuzzing\targets>..\wtf.exe master --name ioctl --max_len=1028 --runs=10000000 --target . Seeded with 1892113798163204355 Iterating through...
There are some cases where we need to load rules not only from files, but directly from memory. One of these is updating over the network and (re)parsing without dropping...
https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_32.html In some cases, this is a very useful feature available in the GUI (usually displayed as non-filled red circles as opposed to a filled circles for active ones).
STR: run under valgrind, open bottom context menu. ``` $ sudo valgrind ./gf2 ==31887== Memcheck, a memory error detector ==31887== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et...
I'm trying to run a user mode application that creates a log file and actively writes to it. So first I use `g_FsHandleTable.MapNonExistingGuestFile(uR"(\??\C:\ProgramData\Logs\log1.log)");` Everything runs fine, but after re-opening and...
The source code view area has some Unicode issues. Simple test (`║Тест║`):  Windows 11.
Useful feature in most text viewers, editors, IDEs, etc. Comparison of Visual Studio/Sublime Text/RAD Debugger: 
Support the widely used feature of closing tabs with a middle mouse button click.
This improvement implements storing hooks in the pluginex base class, so that almost all plugins no longer need to store hook objects (inherited from BaseHook) in their own containers. Hooks...