monotonik-guy
monotonik-guy
I removed `sysv` due to this issue. https://github.com/Vector35/binaryninja-api/issues/7665 This issue looks like this, but it already marked solved. https://github.com/Vector35/binaryninja-api/issues/1671
I think problem here https://github.com/Vector35/binaryninja-api/blob/f52693d50de6a5c97afa0274277edca18cfa00ea/platform/windows-kernel/platform_windows_kernel.cpp#L77 You're reversing **windows kernel PE file**, and for some reason on it can use `sysv`. But I never actually meet `sysv` in windows kernel, maybe...
@crimsonskylark you can try this: 1. Remove this line: it will completely remove this calling convention for kernel files, and only win64 will used for functions. 2. Build by yourself...
Btw, after change for me it start infinitely analyzing on `Indirect Branch Prediction Barrier` longer than before, seems without `sysv` for BN hard to understand what happening here, and it...
Any updates on this one?
Hello, I wanted to write an implementation for MLIL/HLIL myself, but it's really quite time-consuming, especially since I don't understand the Binary Ninja C API well. So, from my point...