Reverse Engineering for Beginners

(avery) #1

CHAPTER 86. ORACLE RDBMS: .SYM-FILES CHAPTER 86. ORACLE RDBMS: .SYM-FILES


Here is the file opened in Hiew:


Figure 86.1:The whole file in Hiew

By comparing the file with other .SYM files, we can quickly see thatOSYMis always header (and footer), so this is maybe the
file’s signature.


We also see that basically, the file format is: OSYM + some binary data + zero delimited text strings + OSYM. The strings are,
obviously, function and global variable names.

Free download pdf