// vim: sw=2 et /* (C) 2003-2007 Willem Jan Hengeveld * Web: http://www.xs4all.nl/~itsme/ * http://wiki.xda-developers.com/ * * $Id: nbf_loader.cpp 1502 2007-04-15 07:54:20Z itsme $ */ #include "../idaldr.h" #include "nbf_loader.hpp" int nbf_accept(FILE *fp) { return 0; } //-------------------------------------------------------------------------- static void add_all_comments(void) { create_filename_cmt(); // add_pgm_cmt( msg, ... ) // set_cmt(inf.startIP, "Calling convention declared in file header", 1); } void nbf_load(FILE *fp, ushort neflags) { // ushort pos; // set_processor_type("ARM", SETPROC_ALL|SETPROC_FATAL); // init segments // do relocs // add_all_comments(); } int nbf_save(FILE *fp) { return 0; } int nbf_move_segm(ea_t from, ea_t to, asize_t size) { return 0; }