#IDAPython: aggregate non contiguous code blocks in a function

1 messages · Page 1 of 1 (latest)

lone blaze
#

Hello, I would like to know if there is a known way of "linking" non contiguous code blocks in a single function with IDAPython API ? The point of it is to reconstruct a function whose blocks are splitted appart among other functions because of obfuscation.

Thx !