Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. Looking for telephone numbers in a hex dump

Looking for telephone numbers in a hex dump

Scheduled Pinned Locked Moved Mobile
algorithmshelplearning
3 Posts 3 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member_15005431
    wrote on last edited by
    #1

    Hi everybody, I'm new to programming and I was wondering if anyone can help me please as I am learning as I go along :-) Basically, I am trying to decode a telephone number in a hex dump, but I'm having trouble finding the number inside it. I have the number and the hex dump file, but I'm really struggling to find out where it is. Could anyone assist providing me with a few tips on searching for it. I've been trying so many things but I keep hitting a blank. Thanks, Dee

    L J 2 Replies Last reply
    0
    • M Member_15005431

      Hi everybody, I'm new to programming and I was wondering if anyone can help me please as I am learning as I go along :-) Basically, I am trying to decode a telephone number in a hex dump, but I'm having trouble finding the number inside it. I have the number and the hex dump file, but I'm really struggling to find out where it is. Could anyone assist providing me with a few tips on searching for it. I've been trying so many things but I keep hitting a blank. Thanks, Dee

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      If you know the first digit in the number then search for that number's hex value. Then try the next character to see if it is the second number, and so on. The hex value for the numbers are:

      0 - 30
      1 - 31
      2 - 32
      3 - 33
      4 - 34
      5 - 35
      6 - 36
      7 - 37
      8 - 38
      9 - 39

      1 Reply Last reply
      0
      • M Member_15005431

        Hi everybody, I'm new to programming and I was wondering if anyone can help me please as I am learning as I go along :-) Basically, I am trying to decode a telephone number in a hex dump, but I'm having trouble finding the number inside it. I have the number and the hex dump file, but I'm really struggling to find out where it is. Could anyone assist providing me with a few tips on searching for it. I've been trying so many things but I keep hitting a blank. Thanks, Dee

        J Offline
        J Offline
        Jan Wachter
        wrote on last edited by
        #3

        I am also looking for help in solving this problem

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups