aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-06add ReaderBuilder to generically construct arch-required Readers0.2.2iximeow
2021-07-040.2.10.2.1iximeow
2021-07-04update changelog and tag 0.2.00.2.0iximeow
2021-07-04actually enforce DecodeError impl'ing std::error::Error in std buildsiximeow
2021-07-03add crate badges and bump to 0.1.0!iximeow
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-07add yaxpeax-6502 to the matrixiximeow
2021-05-07swap termion dep for crossterm, simplify Colorization interfaces0.0.5iximeow
2021-01-15add yaxpeax-superh to the matrixнаб
2020-12-06and worse, make urls github by default while i figure out why about sometimes...iximeow
2020-12-06fix relative urls to absoluteiximeow
2020-12-06add yaxpeax-avr to the matrixiximeow
2020-12-06update README and linkify librariesiximeow
2020-08-13🥳 x86iximeow
2020-05-03add AddressDiff, CHANGELOG, and bump to 0.0.40.0.4iximeow
2020-03-22update readme to include x86 32-bit supportiximeow
2020-02-03that lock file shouldnt have been here...iximeow
2020-02-03add m16c to architecture listiximeow
2020-01-20bump crate versioniximeow
2020-01-20Default impl of ColorSettings was needlessly feature gatediximeow
2020-01-18bump crate versioniximeow
2020-01-18finally replace `stringy` with something usableiximeow
2020-01-15no_std!!iximeow
2020-01-13forgot one line in sorting, oofiximeow
2020-01-13default Decoder::decode() impliximeow
2020-01-13sort Cargo.toml entries, add keywords, edition=2018iximeow
2020-01-12update readme, license, Cargo.tomliximeow
2020-01-12readme???iximeow
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
2020-01-12addresses are Hashiximeow
2020-01-12remove unused importiximeow
2020-01-12sneak hash/partialeq/etc into yaxpeax-archiximeow
2020-01-12awful tweaks to expose a serde flag on yaxpeax-arch which will trickle throug...iximeow
2020-01-12add color for program counter register (default to the same as ret and friends)iximeow
2020-01-12add lock fileiximeow
2020-01-12gitignoreiximeow
2020-01-12lto in release pleaseiximeow
2020-01-12expose platform op coloriximeow
2020-01-12fix sign display bugiximeow
2020-01-12add some display logic into archiximeow
2020-01-12tweak how ColorSettings is usediximeow