Skip to content

Commit

Permalink
fix: Make capstone use little endian by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Dec 31, 2024
1 parent 180f492 commit 268b495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace hex::plugin::disasm {

protected:
cs_mode m_mode = cs_mode(0);
int m_endian = false;
int m_endian = true;
bool m_initialized = false;
};

Expand Down

0 comments on commit 268b495

Please sign in to comment.