issues
search
x87
/
scout
Scout Decompiler
https://scout.sannybuilder.com/
Other
9
stars
0
forks
source link
Build a subgraph in CFG for each function
#3
Closed
x87
closed
6 years ago
x87
commented
8 years ago
a script file consists of one or more functions (main + each gosub)
each function has its own subgraph in CFG
isHeaderBlock property in basicBlocks is true for the first BB in a subgraph
thelink2012
commented
7 years ago
Something to notice:
There are instances of
GOTO
s into
GOSUB
labels in a certain mission script in III I think.
START_NEW_SCRIPT
and
LAUNCH_MISSION
should fit this nicely.