nyxxxie / serenity

Universal guided editor and reverse engineering tool for binary data.
GNU General Public License v3.0
11 stars 3 forks source link

Integrate hex editor with file api #14

Closed nyxxxie closed 7 years ago

nyxxxie commented 7 years ago

Hex editor was developed using the normal python file api, modify it to use the spade file api. Make a qt slot that sets the file to display.

nyxxxie commented 7 years ago

Since current file api is backwards compatible, this feature is not necessary. Will reopen if necessary.