aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
7 daysfix yaxpeax-arch not building for non-x86 targets when alloc is not enablediximeow
9 daysfix a few doc lnksiximeow
9 daysfix InstructionTextSink panicking in write_chariximeow
9 daysand a bit more docs for what the asm is doingiximeow
9 daysmake sure there are non-x86 alternatives for the x86 asm!iximeow
9 daysactually document the safety conversations i had with myselfiximeow
9 daysprivate struct.. no members.. comment for now?iximeow
9 daysdocument new AnsiDisplaySink, add more -arch tests for sinksiximeow
10 daysmore typoed feature flags..iximeow
10 daysmake DisplaySinkValidator actually usable outside this crateiximeow
10 daysdoc comments for the new testkit moduleiximeow
10 daysclean up a few more feature flagsiximeow
10 daysactually add the new color_new module....iximeow
10 daysappend helpers reference alloc, alloc only exists with the flag enablediximeow
10 daysdeprecate ShowContextual, document changes to colors/color_new modulesiximeow
10 daysdeduplicate write_lt_* implsiximeow
11 daysdocs typosiximeow
11 daysbe more careful about what does and doesnt need allociximeow
11 daysVecSink only needs `alloc`, hide struct itemsiximeow
11 daysupdate changelog, adjust doc emphasisiximeow
11 daysfix annotation doc test not compiling under nostdiximeow
11 daysdocument `mod safer_unchecked`iximeow
11 daysmove DisplaySink code out from yaxpeax-x86iximeow
2024-05-13update crossterm to a version released in the last two yearsiximeow
2024-05-13fix cfg(!default,colors,serde) imports, doc commentsiximeow
2021-09-25add missing `From<ReadError>` impliximeow
2021-08-22document a bit of what yaxpeax-arch is all about, add README as crate docsiximeow
2021-08-22move annotation stuff to its own moduleiximeow
2021-08-13add `AnnotatingDecoder`, supporting definitions, and a doc about itiximeow
2021-07-06fix incorrect `offset` and `total_offset` counts for non-`u8` Word0.2.4iximeow
2021-07-06add Reader impls for U8Reader on u16 addresses0.2.3iximeow
2021-07-06add ReaderBuilder to generically construct arch-required Readers0.2.2iximeow
2021-07-04actually enforce DecodeError impl'ing std::error::Error in std buildsiximeow
2021-07-03support std::error::Erroriximeow
2021-07-03document yaxpeax_arch traits and add an AddressDiff::to_constiximeow
2021-07-03reader impls for various word sizesiximeow
2021-07-03add a Reader type that can read architecture-defined wordsiximeow
2021-07-03define a standard decode error for client libraries to useiximeow
2021-06-14address diff is an u64 thingy that can be added to addressesnonbyte-wordsiximeow
2021-06-14experimentiximeow
2021-05-07swap termion dep for crossterm, simplify Colorization interfaces0.0.5iximeow
2020-05-03add AddressDiff, CHANGELOG, and bump to 0.0.40.0.4iximeow
2020-01-20Default impl of ColorSettings was needlessly feature gatediximeow
2020-01-18finally replace `stringy` with something usableiximeow
2020-01-15no_std!!iximeow
2020-01-13default Decoder::decode() impliximeow
2020-01-12allow for granular and customizable errors when decoding instructionsiximeow
2020-01-12color helper for misc instructionsiximeow
2020-01-12decoders are stateful, so decode functions should take them as a parameteriximeow
2020-01-12warnings-b-goneiximeow