#include <out_txt.h>
Inheritance diagram for AnalyserTxtOutput:
Public Member Functions | |
void | init (Analyser *analy, ht_stream *stream) |
virtual void | done () |
virtual void | beginAddr () |
virtual void | beginLine () |
virtual ht_stream * | getGenerateStream () |
virtual int | elementLength (const char *s) |
virtual void | endAddr () |
virtual void | endLine () |
virtual void | footer () |
virtual void | header () |
virtual void | putElement (int element_type, const char *element) |
virtual char * | link (char *s, Address *Addr) |
virtual char * | externalLink (char *s, int type1, int type2, int type3, int type4, void *special) |
|
Reimplemented from AnalyserOutput. Definition at line 45 of file out_txt.cc. References AnalyserOutput::beginAddr(). |
|
Reimplemented from AnalyserOutput. Definition at line 50 of file out_txt.cc. References ADDRESS_STRING_FORMAT_COMPACT, ADDRESS_STRING_FORMAT_LEADING_WHITESPACE, AnalyserOutput::beginLine(), Area::contains(), Analyser::explored, Address::stringify(), Address::stringSize(), and AnalyserOutput::write(). |
|
Reimplemented from AnalyserOutput. Definition at line 40 of file out_txt.cc. References AnalyserOutput::done(). |
|
Reimplemented from AnalyserOutput. Definition at line 78 of file out_txt.cc. |
|
Reimplemented from AnalyserOutput. Definition at line 83 of file out_txt.cc. References AnalyserOutput::endAddr(). |
|
Reimplemented from AnalyserOutput. Definition at line 88 of file out_txt.cc. References AnalyserOutput::endLine(), and AnalyserOutput::write(). |
|
Reimplemented from AnalyserOutput. Definition at line 114 of file out_txt.cc. |
|
Reimplemented from AnalyserOutput. Definition at line 120 of file out_txt.cc. |
|
Reimplemented from AnalyserOutput. Definition at line 73 of file out_txt.cc. |
|
Reimplemented from AnalyserOutput. Definition at line 124 of file out_txt.cc. References Analyser::getName(), ht_name, ht_snprintf(), ht_url, ht_version, and ht_stream::write(). |
|
Definition at line 33 of file out_txt.cc. References DIS_STYLE_HEX_ASMSTYLE, DIS_STYLE_HEX_NOZEROPAD, Object::init(), and X86DIS_STYLE_OPTIMIZE_ADDR. |
|
Reimplemented from AnalyserOutput. Definition at line 107 of file out_txt.cc. References ADDRESS_STRING_FORMAT_ADD_H, ADDRESS_STRING_FORMAT_LEADING_ZEROS, global_analyser_address_string_format, and ht_snprintf(). |
|
Reimplemented from AnalyserOutput. Definition at line 94 of file out_txt.cc. References ELEMENT_TYPE_HIGHLIGHT_DATA_CODE, and AnalyserOutput::write(). |