Skip to content

Fix branch encoding for negative offset and fix crash when any of the callbacks of hook SUB_WRAP is null

Woni requested to merge wonimk7/ctrpluginframework:develop into develop
  • Prevents null pointer dereference by checking if the callbacks are set
  • Fixes the encoding of ARMBranch(Link) when the offset is negative by using a signed value.

Merge request reports