##// END OF EJS Templates
Added bool loadfile(abstractBinFile* file)...
Added bool loadfile(abstractBinFile* file) and bool dumpMemory(unsigned int address, unsigned int count, QString file, const QString &format); to the genericPySysDriver, now all plugins can load an abstract binary file(bin/srec/elf) and they can dump any memory space to either an srec or a binary file. This function are able to deal with file and host endianness. Functions: -bool dumpMemory(unsigned int address,unsigned int count,QString file); -bool memSet(unsigned int address,int value, unsigned int count); -bool loadbin(unsigned int address,QString file); are moved to socexplorerplugin which makes them available from C++.

File last commit:

r0:1aa783210b8e default
r71:c4b98d42ee59 default
Show More
SocExplorerWin.qrc
17 lines | 859 B | text/plain | TextLexer
Jeandet Alexis
First init of SocExplorer Repository.
r0 <RCC>
<qresource prefix="/images">
<file alias="logolpp.png">images\logo-lpp.png</file>
<file alias="logocnrs.png">images\LOGO CNRS.png</file>
<file alias="logoso.png">images\LOGO SO.png</file>
<file alias="logolppcutted.png">images\logo-lpp-cutted.png</file>
<file alias="trash.svg">images\Gnome-user-trash.svg</file>
<file alias="refresh.svg">images\Gnome-view-refresh.svg</file>
<file alias="open.svg">images\Gnome-document-open.svg</file>
<file alias="add.svg">images\Gnome-list-add.svg</file>
<file alias="server.svg">images\Gnome-network-server.svg</file>
<file alias="config.svg">images\Gnome-preferences-system.svg</file>
</qresource>
<qresource prefix="/about">
<file alias="about.html">txt\about.html</file>
</qresource>
</RCC>