Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-04 | add ffi wrappers for real mode, protected mode, and a multiarch build | iximeow | |
2021-07-03 | update yaxpeax-arch deps in ffi builds | iximeow | |
2021-07-03 | fix yaxpeax_arch use in ffi packaging | iximeow | |
2021-05-06 | forward display style choices to ffi interface | iximeow | |
2021-03-22 | port long-mode ffi to protected-mode | iximeow | |
2021-03-13 | split ffi crate to support distinct 16, 32, and 64-bit builds | iximeow | |
initial work to optionally discard any instruction printing support when using `-Z build-std` to fully remove .eh_frame, a stripped long_mode_no_fmt .so is 61kb! | |||
2020-05-03 | bump yaxpeax-arch to 0.0.4, use AddressDiff, fix warnings in ffi | iximeow | |
2020-01-15 | avoid needing to dynamically allocate in yaxpeax-x86 ffi | iximeow | |
this makes ffi builds also no-std, and significantly smaller too | |||
2020-01-15 | make x86 actually no_std | iximeow | |
it depended on crates that dragged in std, oops | |||
2020-01-12 | add *extremely* poor ffi bindings for x86 decoders | iximeow | |
this is specifically to support a disas-bench integration, for now |