serenity
serenity copied to clipboard
Universal guided editor and reverse engineering tool for binary data.
I've had my eye on [Kaitai Struct](http://kaitai.io/) for awhile now. Basically it attempts to achieve what serenity's template engine does. I like the idea of relying on a project that...
I accidentally merged the previous pull request for this, woops! This is the new pull request now! Closes #20
I was on the train today and thought that'd make a much better name than spade. This issue will involve changing the repository name, url, and anything internal that relies...
Add a Python REPL to the QT ui that we can use to interact with the project and program live with. Would be nice if many of the main objects...
This is likely a far ways off from being ready to work on, but I want to somehow allow importing the reversing info for one file into the project of...
Storing project data in a non-binary format (e.g. xml, json, etc) would allow for it to be friendly to version control software like git, enabling users to collaborate with other...
The amount and quality of testing we do for SFile and Project is pretty pathetic. We have pretty low coverage and mix the two modules' tests together. This situation should...
editorwidget should be modified to switch the editor currently being used to view the file with the spacebar key. User should be able to go backwards too with shift+spacebar.
Google's flag library system is amazing, let's use it. https://github.com/google/python-gflags
We need a way to define types to be used with the [template system](https://github.com/nyxxxie/spade/issues/20). This feature should be implemented in two parts: - `Type`: Provides to_string/from_string transforms and indication of...