retdec
|
Demangler tool. More...
#include <string>
#include <iostream>
#include "retdec/demangler/demangler.h"
#include "retdec/utils/io/log.h"
Typedefs | |
using | ItaniumDemangler = retdec::demangler::ItaniumDemangler |
using | MicrosoftDemangler = retdec::demangler::MicrosoftDemangler |
using | BorlandDemangler = retdec::demangler::BorlandDemangler |
Functions | |
int | main (int argc, char *argv[]) |
Main function of the Demangler tool. More... | |
Variables | |
const std::string | helpmsg |
String constant containing help. More... | |
Demangler tool.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main function of the Demangler tool.
const std::string helpmsg |
String constant containing help.