From: Nguyen A. Q. <aq...@gm...> - 2015-02-23 07:26:02
|
On Sat, Feb 21, 2015 at 9:09 AM, Nguyen Anh Quynh <aq...@gm...> wrote: > That must be a bug. Please fix what you see wrong, then send the Pull > Request on Github. > > Do remember to base your work on the "next" branch. > > Thanks. > On Feb 21, 2015 9:06 AM, "David Callahan" <dca...@fb...> wrote: > >> >> Hello, >> >> I picked up capstone to work on rewriting project targeting arm & >> arm64. It appears that the details information for AArch64 is quite >> incomplete, for example the B branch instruction is marked as a branch but >> BL is not and neither is shown in any sort of “JUMP” group. What is the >> status and short term expectations for these kinds of details? >> > to fix this issue, you just need to modify insns[] in file arch/AArch64/AArch64Mapping.c to add new groups for related instructions. thanks, Q |