2over12
2over12
I've hacked around this for now but if we think this is a good feature I can probably have something done pretty quickly
EDIT: Realized you might be on an arm mac. We currently don't release binaries for m1. With the new github runners we can probably get something up and running to...
@ggrieco-tob without a test binary it will be fairly difficult to debug the issues (or the artifacts available when saving to the debug dir). In the meantime I am opening...
I've added a new release with m1 binaries and more informative error messages for a situation where the original binary is not found https://github.com/trailofbits/BTIGhidra/releases/tag/btighidra-v0.0.6. Hopefully this helps
There is an appropriate abstract object (instr_001015ba_2@RAX), but this object isn't letting us bind up the pointer for some reason
The issue here is pretty subtle. The trouble is we recognize and associate constraints to the abstract identifier `instr_001015ba_2@RAX` the trouble is there is no constraint binding the pointer to...
I'll fill some in here `LowerSwitchIntrinsics` is a fundamentally flawed concept in the low-level lift architecture since it is effectively a control flow restructuring, we probably will just want to...