Hello, Is it possible to grab the RCore session structure via an RAPI call, or is there a global singleton that I can use to get the RCore structure? I am trying to open files and register them in the radare environment, but the RAPI requires the RCore to make some of the calls (e.g. r_core_file_open, ...). If I am already handling an RBinObj, for example a zip file Foo.zip, then I won't have direct access to the RCore that is being used to open up and analyze Foo.zip. However, I would like to have access to this structure, so that I can update all of the pertinent RIO and RCoreFile information in the RCore structure.
Thanks, -- Adam _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
