Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 184

Threaded View

  1. #11
    Ballebar
    Guest

    Default Patching Cyclops GPI-files

    Some extra info about patch technique from [Only registered and activated users can see links. ]

    Patching can be done by using a HexEditor and edit manually. I have hinted how to do that in earlier posts like [Only registered and activated users can see links. ].

    To patch with different FIDs like 700, 900 and 65535 it makes sense to have some application or script to repeat that process. That's why there's some VBScripts attached in post [Only registered and activated users can see links. ]

    The script takes a pre-created binary array from a "patch*.bin" file. VBScripting are not easy to create ByteArrays inside code so it's better to have a predefined file for the values and just copy & paste one file into another with the script.
    Here we take FID=0xFFFF (65535), PID=0xFF (255), RgnID=0xFF (255) & VenID=0x00 (0).
    93364d1320320611 cyclops speedcams garmin up latest unl

    The offset value 0x26 (38) to find the start address 0x2D (0x2D = 0x26 + 0x7) is marked in the picture. Seems like it's 0x26 for most Cyclops files and then this Cyclops file have FID starting at address 0x2D. FID hex-value 0xC0 and 0x09 should be swapped (little endianness) and 0x09C0 gives 2496 in decimal form. We want to overwrite 5 bytes with new values to circumvent the need of GMA and possibly even UNL files.
    93363d1320320485 cyclops speedcams garmin up latest org

    Here's the result after patching.
    93365d1320322068 cyclops speedcams garmin up latest patched
    Attached Images Attached Images
    Last edited by catymag; 10th September 2012 at 12:17 PM. Reason: restored post n links after cleaned thread

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •