This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# IDA REALbasic reverse engineering helper script | |
# It seems that every version of REALbasic (Xojo) the loader | |
# has a different behaviour (especially with regard to parsing | |
# the imports table), so I'm documenting here that this script | |
# was created based on a 2009r5 executable. | |
# marcussacam, 2024-07-26 (Port for newer IDA) | |
# iscgar, 2018-09-26 | |
# | |
# Based on the REALbasic OVERLAY resolver | |
# XpoZed @ http://nullsecurity.org, 2017-07-16 |