IDA C++ SDK 9.2
Loading...
Searching...
No Matches
make_script_ns.hpp
Go to the documentation of this file.
1#ifndef MAKE_NS_SCRIPT_H
2#define MAKE_NS_SCRIPT_H
3
4#include <pro.h>
5
6//--------------------------------------------------------------------------
7idaman void ida_export plugin_name_from_path_or_name(
8 qstring *out_plg_name,
9 const char *path);
10
11//--------------------------------------------------------------------------
12idaman void ida_export make_script_ns(
13 qstring *out,
14 const char *module_type,
15 const char *name);
16
17#endif /* MAKE_NS_SCRIPT_H */
idaman void ida_export make_script_ns(qstring *out, const char *module_type, const char *name)
idaman void ida_export plugin_name_from_path_or_name(qstring *out_plg_name, const char *path)
This is the first header included in the IDA project.
_qstring< char > qstring
regular string
Definition pro.h:3694