dash icon indicating copy to clipboard operation
dash copied to clipboard

A simple web based tool for working with assembly / disassembly

Results 8 dash issues
Sort by recently updated
recently updated
newest added

Webasm / Dash is based on an old project and has had a lot of material gutted. We need to ensure that the docs and docstrings are up to date.

bug

The [idaref project](https://github.com/nologic/idaref) has a nice set of documentation for our supported ISAs it'd be great to be able to integrate this as tool tips if you were to hover...

enhancement

Currently there's some interface glitches that are preventing us from deleting selected rows. This needs to be fixed so that one can easily delete rows.

bug

Occasionally it becomes really useful to be able to insert large numbers of the same instruction e.g. NOPs for NOP sled like things. As such it would be nice to...

enhancement

Currently there's no way in dash to support mixed mode assembly such as mixing 32-bit ARMv7 and thumb code which is possible with a bx/blx instruction. As such dash needs...

enhancement

Often when analyzing or debugging assembly code it's useful to know which instructions affected the operands / state of the cpu for the current instruction your examining. To make this...

enhancement

Currently we're not using a unit testing framework and this is generally bad practice. So this needs to be avoided. Furthermore since github makes it easy we can integrate this...

Bumps [capstone](https://github.com/aquynh/capstone) from 3.0.4 to 4.0.0. Release notes Sourced from capstone's releases. Version 4.0 [ Core ] New APIs: cs_regs_access() Add new options for cs_option(): CS_OPT_MNEMONIC & CS_OPT_UNSIGNED & CS_OPT_SYNTAX_MASM....

dependencies