##// END OF EJS Templates
SREC File parser working....
SREC File parser working. SREC Viewer working. Added toSREC function in elfFile class. codeFragment to SREC converter also working. All these objects also have Python bindings.

File last commit:

r45:c6b44a3b51fa default
r45:c6b44a3b51fa default
Show More
PySocExplorer.h
15 lines | 453 B | text/x-c | CLexer
Jeandet Alexis
Some Python wrapping improvment.
r39 #include <QtCore/QObject>
#include <QtWidgets/QtWidgets>
Jeandet Alexis
First init of SocExplorer Repository.
r0 #include "qhexspinbox.h"
#include "memsizewdgt.h"
#include "qhexedit/qhexedit.h"
#include "SocExplorerPlot.h"
#include "tcp_terminal_client.h"
#include "elf/elfparser.h"
Jeandet Alexis
SREC File parser working....
r45 #include "abstractbinfile.h"
ElfFile classes WIP.
r37 #include "elf/elffile.h"
#include "elf/elffilewidget.h"
Jeandet Alexis
Some Python wrapping improvment.
r39 #include "elf/elfinfowdgt.h"
ElfFile classes WIP....
r40 #include "QCustomPlot/qcustomplot.h"
SREC file perser WIP.
r44 #include "srec/srecfile.h"
Jeandet Alexis
SREC File parser working....
r45 #include "srec/srecfilewidget.h"