Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8601209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:47:24+00:00 2026-06-12T01:47:24+00:00

Is there any tool to aid in analyzing an unknown hex dump (to find

  • 0

Is there any tool to aid in analyzing an unknown hex dump (to find possible datatypes).

What i have is a string, which is a dump of some hex network data. The network data is NOT regular network data, so wirehsark wont be able to identify.

I need a tool that can help me parse the hex and fine the datatypes within.

The hex dump that i do have could look like this:
00 00 00 00 04 B4 FD 43 90 88 BA 44 06 A3 30 C4 00 00 00 00 CE 3B 54 BF 44 27 0F 3F 00 00 00 00 02 00

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T01:47:25+00:00Added an answer on June 12, 2026 at 1:47 am

    You can try to convert these hexdumps to regular binary files. There is a tool for this called xxd, see http://linuxcommand.org/man_pages/xxd1.html

    You can also convert using custom script. With PHP it could be:

    <?php
    $in = fopen("input", "rt");
    $out = fopen("output", "wb");
    while ($line = fgets($in)) {
      foreach (explode(" ", $line) as $number) {
        fwrite($out, chr(hexdec($number)));
      }
    }
    

    Then you use classic data recovery tools and scan these binary files for datatypes:

    • Scalpel
    • PhotoRec (for multiple platforms)
    • Foremost
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any tool that lists which and when some classes are effectively used
Is there any tool which gives you the view of current execution of you
is there any tool or utility(mapper assembly) to construct business objects from entities(which are
Is there any tool out there which could tell the useless files in the
Is there any tool in some PDF Viewer/Editor like Acrobat, Evince, etc. where I
Is there any tool for C# (maybe some add-in for Visual Studio ) that
Is there any tool which schema compares directly 2 SQL CE databases. VS2010 not
Is there any tool which can monitor the requests and responses between a MySQL
Is there any tool/library which can automatically generate the tests for my hashcode and
Is there any tool which displays at runtime, Page Faults delta on a per

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.