tyb0807
tyb0807
In this case, as discussed in slack, please check if the mainstream capstone has fixed `AArch64` bug, and submit a fix if it isn't the case. However, I still think...
Oh, and another point. Here's the code of `apply_section_relocations`: ``` for reloc in reloc_section.iter_relocations(): self._do_apply_relocation(stream, reloc, symtab) ``` Then in `_do_apply_relocation`: ``` relocated_value = recipe.calc_func( value=original_value, sym_value=sym_value, offset=reloc['r_offset'], addend=reloc['r_addend'] if...
@avik-pal do you see examples of `reshape(dynamic update slice)` in our IR?