romanholidaypancakes
romanholidaypancakes
[test_code.cpp](https://gist.github.com/romanholidaypancakes/578b0709edd0cdc4a6bcaeb0996d9a9e) - It seems to be because the integer value of `filed2` or `filed3` is too large - If I change `filed3` to 0 it will succeed but the value...
I edited here( tested on `debug|x64|exe`): https://github.com/xenoscr/manual-syscall-detect/blob/c69a1211df75eccf6229a70eb911b3f7a8bf16b9/manual-syscall-detect/manual-syscall-detect/main.cpp#L345 ```c++ //SetInstrumentationCallbackHook(NtCurrentProcess(), TRUE); hookmain(); MessageBox(0, 0, 0, 0); ```
**Version and Platform (required):** - Binary Ninja Version: 4.0.4911 free, 15e9149 - OS: windows - OS Version: 10 - CPU Architecture: x86_64 **Bug Description:** **Steps To Reproduce:** When multiple files...
**Version and Platform (required):** - Binary Ninja Version: 4.0.4911 free, 15e9149 - OS: windows - OS Version: 10 - CPU Architecture: x86_64 **Bug Description:** Unable to parse ntoskrnl.exe pdb information,...
like [marin-m/pbtk](https://github.com/marin-m/pbtk)
**What is the feature you'd like to have?** I encountered a problem that caused random crashes, and I finally confirmed through IDA that the stack size requested by a certain...
You can use the code here to reproduce: https://github.com/stephenberry/glaze/issues/827 Maybe you can add the sample code inside as part of the test case
I followed the commands at each step according to [QEMU + Virt-Manager Setup](https://github.com/Scrut1ny/Hypervisor-Phantom#qemu--virt-manager-setup) ``` /root/Downloads/qemu/hw/usb/canokey.c:39: [STR_SERIALNUMBER] = "0" /root/Downloads/qemu/hw/usb/dev-storage.c:52: [STR_SERIALNUMBER] = "1", /root/Downloads/qemu/hw/usb/u2f.c:51: [STR_SERIALNUMBER] = "0", /root/Downloads/qemu/hw/usb/dev-wacom.c:69: [STR_SERIALNUMBER] = "1",...