Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-06 | fix incorrect `offset` and `total_offset` counts for non-`u8` Word0.2.4 | iximeow | |
also update yaxpeax-arch to 0.2.4 | |||
2021-07-06 | add Reader impls for U8Reader on u16 addresses0.2.3 | iximeow | |
2021-07-06 | add ReaderBuilder to generically construct arch-required Readers0.2.2 | iximeow | |
also revise an `unsafe` that might be unsafe un extremely unlikely circumstances - no one should be passing yaxpeax a `&[u8]` larger than `isize::MAX`, but on 32-bit architectures we can't necessarily guarantee that it won't happen | |||
2021-07-03 | reader impls for various word sizes | iximeow | |
2021-07-03 | add a Reader type that can read architecture-defined words | iximeow | |
this is useful for instruction sets like arm where instructions are guaranteed to be 4 bytes, as well as instruction sets where an instruction word is not a multiple of u8 bytes. |