Skip to content

Fix some minor bugs

Andreas Wendler requested to merge bugfixes into master

This fixes:

  • a crash in the ehwrite, where a comment was formatted incorrectly
  • the format of the scale value in DecodedOperandCapstoneX86_t::getString(), it was printed as a + instead of a *
  • implements getting loop blocks from the STARS analysis

Merge request reports