stevielavern
stevielavern
This adds a new public API in order to check if a register is a sub-register of another one: bool CAPSTONE_API cs_reg_is_subreg(csh ud, unsigned int reg_a, unsigned int reg_b) For...
Rebuilding a binary after adding a section on Windows 10 doesn't seem to produce a valid PE file. **Steps to reproduce:** 1. Verify that parsing + rebuilding a PE without...
The "Marked Locations" (Ctrl-M / Alt-M shortcuts) do not seem to be synchronized. Setup: - IDArling v0.0.1 - IDA Version 7.2.181105 Windows x64 (64-bit address size)
The content of the "Database Notepad" (View > Open subviews > Notepad) doesn't seem to be synchronized. Setup: - IDArling v0.0.1 - IDA Version 7.2.181105 Windows x64 (64-bit address size)
Hi, "Example #14: watching a buffer" from http://winappdbg.readthedocs.io/en/latest/Debugging.html doesn't work as expected. Entry/Leave callbacks are correctly called when "ReadFile" is called, however, the read buffer is not watched (the access...
Hello, ### Description I'm facing a strange issue where my UC_HOOK_MEM_READ is *only called the first time* a memory read is encountered. All subsequent reads do not trigger the callback....