A description of the Garmin IMG file format. Includes some experimental/sample code for parsing IMG files.

Project Activity

See All Activity >

Categories

Topic

License

BSD License

Follow Garmin IMG Format

Garmin IMG Format Web Site

Other Useful Business Software
Cyber Risk Assessment and Management Platform Icon
Cyber Risk Assessment and Management Platform

ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
4
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Garmin-img is great! Thanks.
    1 user found this review helpful.
  • I would like to know more about the img and the decompilation copilação if they can get in ConTactProgram dayvson.red @ gmail.com =) I'm on my dificutades software craçao img
  • Very useful. I found a case in which the code doesn't work on a large file, and I also found the fix: In TreFile.getMapLevels(), the line int polygonOffset = getTriplet(localOffset); encounters a problem when the offset overruns the 3 byte representation (i.e. exceeds 0xFFFFFF). I added this fix/hack: int polygonOffset = getTriplet(localOffset); // there's a problem in which the value overflows the three-byte offset while (polygonOffset<lastPolygonOffset && lastPolygonOffset>0xf00000) { polygonOffset += 0x1000000; } lastPolygonOffset = polygonOffset; With this fix the code works great!
    1 user found this review helpful.
  • Awesome docs! Thanks for the PDF.
Read more reviews >

Additional Project Details

Operating Systems

Linux, FreeBSD, BSD

Intended Audience

Developers

Programming Language

C++

Related Categories

C++ Topic Software

Registered

2004-11-29