We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f8e2d commit 0e5bee0Copy full SHA for 0e5bee0
plugins/idb_import/src/lib.rs
@@ -460,7 +460,7 @@ pub extern "C" fn CorePluginInit() -> bool {
460
c"Convert and import a TIL file into a TypeLibrary",
461
LoadTilFile,
462
);
463
- DebugInfoParser::register(c"idb_parser", IDBDebugInfoParser);
464
- DebugInfoParser::register(c"til_parser", TILDebugInfoParser);
+ DebugInfoParser::register(c"IDB Parser", IDBDebugInfoParser);
+ DebugInfoParser::register(c"TIL Parser", TILDebugInfoParser);
465
true
466
}
0 commit comments