This file contains hidden or 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. | |
| # iscgar, 2018-09-26 | |
| # | |
| # Based on the REALbasic OVERLAY resolver | |
| # XpoZed @ http://nullsecurity.org, 2017-07-16 | |
| # http://www.nullsecurity.org/article/reverse_engineering_realbasic_applications |