GrammaTech / ddisasm

A fast and accurate disassembler
https://grammatech.github.io/ddisasm/
GNU Affero General Public License v3.0
645 stars 60 forks source link

move label for non-collision operands #47

Closed 5c4lar closed 2 years ago

5c4lar commented 2 years ago

fix #46

aeflores commented 2 years ago

@ucasqsl I am incorporating your changes with some modifications in a refactoring of the whole propagated_data_access system. I am hoping to finish it early next week. Again, thanks for your contribution!

adamjseitz commented 2 years ago

@ucasqsl I am incorporating your changes with some modifications in a refactoring of the whole propagated_data_access system. I am hoping to finish it early next week. Again, thanks for your contribution!

@ucasqsl These changes have merged in https://github.com/GrammaTech/ddisasm/commit/1eba3245ee24d8102020864afb91ac4a5b5ff849, which includes your moved_label rule. Thanks for your contribution and please continue to report any bugs you have!