Mason Reed
Mason Reed
Added in `4.1.5671`, thank you again for your patience!
Binary can be found internally with: `mention resolve access`.
The function `DjiDataBuriedPoint_ApiHitRecord` is marked as pure and as such it is subject to removal if the return is not used. If you want to show it, mark the function...
I think the path forward would be to add a tag to the call site to inform the user the function has been removed. I will probably have to get...
I am reopening this as "Indicate when pure function elimination occurs", specifically for edge cases like this where the usage of said function is important for function/program understanding. The question...
This was never referenced but in the event that we wanted to observe nothing from a function call (in the case of your function being patched at runtime) we also...
What is the size of the enum `E_DjiAircraftType` in IDA? Is it 4 bytes or 8 bytes wide? Your enum in BN is typed to `uint32_t` and the access is...
So, firstly, this has nothing to do with the stack. The variables `x0_10` and `x1_3` are actually in registers. You can confirm this by hovering over the variable: It also...
Yes, you are correct. In order of issue priority: 1. The behavior of the load/store splitting is consistent, i.e. if a split happens to `x0_3` then `x1_3` should be split,...
After more discussion 3. is a little bit more tricky. When we go to fold we check to make sure we are not folding across memory versions. However in the...