| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This allows us to construct a symbol without constructing a namespace, while also giving us the ability to specify raw, long, short names
|
|
|
|
|
|
|
|
This allows a consumer to bypass the alloc + free of the API NameSpace, removing the need for the consumer to manually construct a symbol for said behavior.
|
|
The usage of `DisassemblyTextLine` in the FFI was unsound, we would forget to initialize some fields causing a myriad of issues where round-tripping through the FFI was losing information.
|
|
|
|
|
|
Fixes #6397
|
|
|
|
|
|
`mul` is aligned with at least what x86 returns for tokens.
Signed-off-by: Dusk Banks <me@bb010g.com>
|
|
|
|
|
|
|
|
|
|
This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b.
|
|
|
|
|
|
It wasn't supported before and having it enabled means needing to change charset to utf-8
|
|
|
|
Allows language bindings like rust to free conditions lists sanely
|
|
Allows language bindings like rust to free register lists sanely
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of the HLIL instruction
|
|
|
|
Makes it possible to write module workflows in plugins and scripts
|
|
|
|
Update collapse code to support PseudoC
|
|
|
|
|
|
Pseudo Python example plugin
|
|
|
|
Closes #467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|