SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.6k stars 187 forks source link

ISIL Conversion: Jump target not found in method #178

Open ds5678 opened 1 year ago

ds5678 commented 1 year ago

The exception for this uses the message:

Failed to convert to ISIL. Reason: Jump target not found in method. Ruh roh

It occurs when the IsilBuilder can't find a match in the InstructionAddressMap while fixing jumps.