Skip to content

Instantly share code, notes, and snippets.

@nvsofts
nvsofts / fds.py
Created July 12, 2017 08:15 — forked from murachue/fds.py
.fds file loader for IDA (IDAPython)
# 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/