macaw/macaw-aarch32
Tristan Ravitch 37d8029c00 Remove an incorrect assumption about addresses in the ARM decode logic
It was previously assuming that addresses are absolute, which is not true for
position independent executables.  Extracting the offset from the address is
sufficient for our purposes here (note that taking the offset from the
`MemSegmentOffset` would not be right, as that offset is relative to the segment
start).
2021-07-21 11:44:20 -07:00
..
src/Data/Macaw Remove an incorrect assumption about addresses in the ARM decode logic 2021-07-21 11:44:20 -07:00
tests Fix a bug in the AArch32-specific simplifier (#188) 2021-01-27 23:55:44 -08:00
ChangeLog.md Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
LICENSE Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00
macaw-aarch32.cabal Switch from ansi-wl-pprint to the prettyprinter package. 2020-12-02 11:38:19 -08:00
REAMDE.md Support for mixed ARM/Thumb binaries (#174) 2020-11-02 12:48:01 -08:00
Setup.hs Rename macaw-asl to macaw-aarch32 2020-04-05 15:16:39 -07:00