binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Add a `size_t count` argument to some `BNCustomArchitecture.free*` fields

Open mkrasnitski opened this issue 1 year ago • 0 comments

Specifically, the freeFlagConditionsForSemanticFlagGroup and freeRegisterList fields should take an additional size_t count argument so that custom architectures implemented in other languages can correctly free the pointers passed to them through these functions without resorting to hackery (as discussed in #5654).

cc-ing @CouleeApps @KyleMiles

mkrasnitski avatar Jun 23 '24 15:06 mkrasnitski