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 .fds Loader | |
# usage: | |
# 1. Place into $IDA/loader/ | |
# 2. Open .fds file by IDA (select "Python FDS Loader") | |
# 3. "import fds; fds.add()" and select additional file | |
# Enjoy! | |
# reference: | |
# http://park19.wakwak.com/~fantasy/fds/ |