##// END OF EJS Templates
added binary file loader, improved elf and srec loaders
added binary file loader, improved elf and srec loaders

File last commit:

r47:f8c5117dac7c default
r47:f8c5117dac7c default
Show More
PySocExplorer.h
17 lines | 525 B | text/x-c | CLexer
#include <QtCore/QObject>
#include <QtWidgets/QtWidgets>
#include "qhexspinbox.h"
#include "memsizewdgt.h"
#include "qhexedit/qhexedit.h"
#include "SocExplorerPlot.h"
#include "tcp_terminal_client.h"
#include "elf/elfparser.h"
#include "abstractbinfile.h"
#include "elf/elffile.h"
#include "elf/elffilewidget.h"
#include "elf/elfinfowdgt.h"
#include "QCustomPlot/qcustomplot.h"
#include "srec/srecfile.h"
#include "srec/srecfilewidget.h"
#include "BinFile/binaryfile.h"
#include "BinFile/binaryfilewidget.h"