Symbol information extracted from Asar assembly. More...
#include <asar_wrapper.h>
Public Attributes | |
| std::string | name |
| uint32_t | address |
| std::string | opcode |
| std::string | file |
| int | line |
| std::string | comment |
Symbol information extracted from Asar assembly.
Definition at line 19 of file asar_wrapper.h.
| std::string yaze::core::AsarSymbol::name |
Definition at line 20 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ExtractSymbolsFromLastOperation().
| uint32_t yaze::core::AsarSymbol::address |
Definition at line 21 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ExtractSymbolsFromLastOperation().
| std::string yaze::core::AsarSymbol::opcode |
Definition at line 22 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ExtractSymbolsFromLastOperation().
| std::string yaze::core::AsarSymbol::file |
Definition at line 23 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ExtractSymbolsFromLastOperation().
| int yaze::core::AsarSymbol::line |
Definition at line 24 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ExtractSymbolsFromLastOperation().
| std::string yaze::core::AsarSymbol::comment |
Definition at line 25 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ExtractSymbolsFromLastOperation().