Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing cast in case of startAddress == 0 AND added hexdump like ASCII print #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2021

  1. added an ASCII representation at end of line, non printable chars are…

    … replaced by dots
    
    abstract class HexRecordFormatter renamed in abstract class AbsRecordFormatter for sake of clarity
    EParisot committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    eb6bae9 View commit details
    Browse the repository at this point in the history
  2. Fixed a bug if startAddress is ZERO

    The suffix and prefix methods returned a List<int> if the input effectivelly needed padding but returned an Iterable<int> if not...
    So just adding data.toList() in an else case is enough...
    
    Signed-off-by: eparisot <eparisot@student.42.fr>
    EParisot committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e02484f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    EParisot committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    1e3d4ed View commit details
    Browse the repository at this point in the history
  4. Update README.md

    EParisot committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    382bb67 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. clean and update hexView example

    Signed-off-by: eparisot <eparisot@student.42.fr>
    EParisot committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    a38aa67 View commit details
    Browse the repository at this point in the history
  2. reset default address size

    EParisot committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    60a635d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    3d3a084 View commit details
    Browse the repository at this point in the history
  2. null

    EParisot committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2c22d17 View commit details
    Browse the repository at this point in the history