Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add disassembly view #18

Closed
nyxxxie opened this issue Jan 30, 2017 · 1 comment
Closed

Add disassembly view #18

nyxxxie opened this issue Jan 30, 2017 · 1 comment

Comments

@nyxxxie
Copy link
Owner

nyxxxie commented Jan 30, 2017

We want to be able to display a series of bytes as disassembly (preferably with support for metadata tables, xrefs, and other built in data tables). There should be a view to do this. View should support selecting code, displaying address, bytes, and instructions (with comments), and highlighting. It's reccomended that a custom widget be created similar to the hex editor so that things like flowgraphs can be added later. It's also reccomended that the output of capstone be tokenized for the editor somehow.

For now, just use capstone on an ordinary file containing x86 assembly to test the widget, when #20 and #21 are done we can modify it to use the spade file api.

@nyxxxie
Copy link
Owner Author

nyxxxie commented Jun 3, 2017

This will be replaced by bae, closing.

@nyxxxie nyxxxie closed this as completed Jun 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant