Age | Commit message (Expand) | Author |
2021-07-03 | define a standard decode error for client libraries to use | iximeow |
2021-06-14 | address diff is an u64 thingy that can be added to addressesnonbyte-words | iximeow |
2021-06-14 | experiment | iximeow |
2021-05-07 | add yaxpeax-6502 to the matrix | iximeow |
2021-05-07 | swap termion dep for crossterm, simplify Colorization interfaces0.0.5 | iximeow |
2021-01-15 | add yaxpeax-superh to the matrix | наб |
2020-12-06 | and worse, make urls github by default while i figure out why about sometimes... | iximeow |
2020-12-06 | fix relative urls to absolute | iximeow |
2020-12-06 | add yaxpeax-avr to the matrix | iximeow |
2020-12-06 | update README and linkify libraries | iximeow |
2020-08-13 | 🥳 x86 | iximeow |
2020-05-03 | add AddressDiff, CHANGELOG, and bump to 0.0.40.0.4 | iximeow |
2020-03-22 | update readme to include x86 32-bit support | iximeow |
2020-02-03 | that lock file shouldnt have been here... | iximeow |
2020-02-03 | add m16c to architecture list | iximeow |
2020-01-20 | bump crate version | iximeow |
2020-01-20 | Default impl of ColorSettings was needlessly feature gated | iximeow |
2020-01-18 | bump crate version | iximeow |
2020-01-18 | finally replace `stringy` with something usable | iximeow |
2020-01-15 | no_std!! | iximeow |
2020-01-13 | forgot one line in sorting, oof | iximeow |
2020-01-13 | default Decoder::decode() impl | iximeow |
2020-01-13 | sort Cargo.toml entries, add keywords, edition=2018 | iximeow |
2020-01-12 | update readme, license, Cargo.toml | iximeow |
2020-01-12 | readme??? | iximeow |
2020-01-12 | allow for granular and customizable errors when decoding instructions | iximeow |
2020-01-12 | color helper for misc instructions | iximeow |
2020-01-12 | decoders are stateful, so decode functions should take them as a parameter | iximeow |
2020-01-12 | warnings-b-gone | iximeow |
2020-01-12 | addresses are Hash | iximeow |
2020-01-12 | remove unused import | iximeow |
2020-01-12 | sneak hash/partialeq/etc into yaxpeax-arch | iximeow |
2020-01-12 | awful tweaks to expose a serde flag on yaxpeax-arch which will trickle throug... | iximeow |
2020-01-12 | add color for program counter register (default to the same as ret and friends) | iximeow |
2020-01-12 | add lock file | iximeow |
2020-01-12 | gitignore | iximeow |
2020-01-12 | lto in release please | iximeow |
2020-01-12 | expose platform op color | iximeow |
2020-01-12 | fix sign display bug | iximeow |
2020-01-12 | add some display logic into arch | iximeow |
2020-01-12 | tweak how ColorSettings is used | iximeow |
2020-01-12 | add many more color types to settings, AddrParse to parse addresses from hex ... | iximeow |
2020-01-12 | real color settings, and defaults | iximeow |
2020-01-12 | add traits for syntax highlighting and contextualized display | iximeow |
2020-01-12 | add impls for address as used by x86_64 | iximeow |
2020-01-12 | tweak core lifetimes, add an address formatter | iximeow |
2020-01-12 | require Arch to have addresses that can += and -=, as well as that instructio... | iximeow |
2020-01-12 | add some predetermined address display stuff | iximeow |
2020-01-12 | base definition of an arch to yaxpeax | iximeow |