RazviOverflow

Results 8 issues of RazviOverflow

Hello. I'm getting errors when I try to build and compile the library with ICC. `make` ends with errors, prompting several messages like: ``` [...] src/lib/filters/threaded_fork.cpp(85): error #308: member "Botan::Filter::m_next"...

I just noticed that whenever there is an edge whose output and input nodes are the same, the output is just: `ERROR: Error in file format reading edge` The following...

I'm reading the heap intro part and I feel like some parts of the text are ambiguous. In an attempt to change that (for the better), I rephrased some texts...

Added some exploiting-related resources and tools: - pwndbg - radare2 - iaito - rizin - cutter - RazviOverflow's YT channel Fixed typo

Added WinMET (Windows Malware Execution Traces), which contains the reports generated with CAPE sandbox after analyzing several malware samples. At the same time, created the **Malware Execution Traces** section under...

Included a statistics generation/reporting mechanism. The information is printed (not logged) to `stdout` right before the final `getchar()` call. The output looks like this: ![image](https://github.com/user-attachments/assets/f4c18ede-e865-4971-967d-8c71eb28d412) The statistics are applied for...

Small improvements to the output. The program now prints number of checks, passed and failed both per-category and overall. The output is written to the stdout and to the log...

Hi everyone, We've been using AVClass for a while and noticed that it consistently labels the "Redline" family as "Reline" (missing the 'd'). After comparing results with other labeling tools,...