Luke Serné
Luke Serné
> As the comment above shows, I just leave the situation to users, i.e. users are responsible for making sure there are no MMIO regions overlapped. Not clearing the memory...
[This](https://gchq.github.io/CyberChef/#recipe=UNIX_Timestamp_to_Windows_Filetime('Seconds%20(s)','Hex%20(little%20endian)')Windows_Filetime_to_UNIX_Timestamp('Seconds%20(s)','Hex%20(little%20endian)')&input=MTU0MjUxNTUxNQ) is a smaller example that reproduces the bug. In this example, the input and output are different, while they should be the same. This only occurs when the Input/Output...
> @wtdcode, the `enable_vfp` method is called whenever the arch is recognized as ARM. Should `QlArchCORTEX_M` have this method (inherited from `QlArchARM`)? If not, we can have Cortex M nullify...
@elicn @wtdcode Are there any updates on this issue? Do you know what the cause of the issue is and how it should be fixed?
I don't get why this issue is closed. It is not fixed, and it's not a duplicate of #1137. #1137 is only related in the sense that both issues deal...
@dev747368 Has there been any progress on this issue? I'm encountering a lot of binaries with DWARF 5 debugging data, so it would be great if support for DWARF 5...
What is the status of this PR? I see some tests are failing on ubuntu, but I don't really see why. Personally, I think that if the tests assume the...
@ryanmkurtz, I noticed this issue doesn't have any labels or assignees. Did this issue slip through the cracks?
This could be modelled by making `__ptmf_scall` have a variable number of arguments, and a `PTMF` structure pointer. However, to do that, you'd need to use "Custom Storage" to set...
This probably happens because the sleigh definition of the `CMP` instruction does not use a temporary variable to store the loaded value. A similar issue was discussed [here](https://github.com/NationalSecurityAgency/ghidra/discussions/5433#discussioncomment-6853728). Looking at...