advanced-microcode-patching/shiva

Transformed functions must handle recursion

Opened this issue · 0 comments

Transformed functions will not properly re-link recursive functions yet. If the function is transformed, calls to itself will call the non-transformed version of the function. Must fix.