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

Display the ASCII equivalent of a hex dump #18

Merged
merged 1 commit into from
Jan 12, 2012
Merged

Display the ASCII equivalent of a hex dump #18

merged 1 commit into from
Jan 12, 2012

Conversation

LudovicRousseau
Copy link
Member

The output format of a hex dump has changed from:
668C045A 1C3A4EF4 CF8550F3 20926525 1E8BF478
to:
00000000 66 8C 04 5A 1C 3A 4E F4 CF 85 50 F3 20 92 65 25 f..Z.:N...P. .e%
00000010 1E 8B F4 78 ...x

Is it now possible to find text strings inside a hex dump

The output format of a hex dump has changed from:
    668C045A 1C3A4EF4 CF8550F3 20926525 1E8BF478
to:
    00000000  66 8C 04 5A 1C 3A 4E F4 CF 85 50 F3 20 92 65 25  f..Z.:N...P. .e%
    00000010  1E 8B F4 78                                      ...x

Is it now possible to find text strings inside a hex dump
LudovicRousseau added a commit that referenced this pull request Jan 12, 2012
Display the ASCII equivalent of a hex dump
@LudovicRousseau LudovicRousseau merged commit 28956b5 into OpenSC:staging Jan 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants