index
:
yaxpeax-arch
no-gods-no-
nonbyte-words
shared traits and definitions for yaxpeax decoders
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
display
Age
Commit message (
Collapse
)
Author
2024-06-25
fix yaxpeax-arch not building for non-x86 targets when alloc is not enabled
iximeow
2024-06-23
fix InstructionTextSink panicking in write_char
iximeow
2024-06-23
and a bit more docs for what the asm is doing
iximeow
2024-06-23
make sure there are non-x86 alternatives for the x86 asm!
iximeow
2024-06-23
actually document the safety conversations i had with myself
iximeow
2024-06-23
document new AnsiDisplaySink, add more -arch tests for sinks
iximeow
2024-06-23
clean up a few more feature flags
iximeow
2024-06-23
append helpers reference alloc, alloc only exists with the flag enabled
iximeow
2024-06-23
deduplicate write_lt_* impls
iximeow
2024-06-22
be more careful about what does and doesnt need alloc
iximeow
2024-06-22
move DisplaySink code out from yaxpeax-x86
iximeow
it was built in-place around yaxpeax-x86, hoisted out once it seemed suitable and could be generalized. yay! also include a Makefile in yaxpeax-arch now to test that various crate feature flag combinations.. work.