##// END OF EJS Templates
Elf viewer almost completed.
Elf viewer almost completed.

File last commit:

r40:91ff842275d6 default
r43:10bc9884d696 default
Show More
PySocExplorer.h
13 lines | 392 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
Some Python wrapping improvment.
r39 #include "abstractexecfile.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"