megallan img 加锁文件破解方法(ZT)
已有 155 次阅读2005-3-11 17:52
|个人分类:GIS资料留存
From: Nikita Schmidt
Date: Sat Jun 19, 2004 6:25 pm
Subject: Files in map images
ADVERTISEMENT
click here
Hi Birol,
One way to do step 3 is as follows. You'll need Python for this.
Download get.py and mkmap.py from the bottom of the page at
http://cnds.ucd.ie/~cetus/magellan/image-format.html .
Place maps.img into the same directory where you saved the *.py tools.
Create a sub-directory there. From command line, having ensured that this
new sub-directory is your current directory, run
python ..\get.py ..\maps.img
It will extract all files from maps.img. Now delete meta.cfg and *.ics,
open lay_info.ini with Notepad and remove the two-line section that looks
like this:
[ID]
KEY=... (a string of hexadecimal digits)
Then, from command line run:
python ..\mkmap.py ..\newmaps.img
That's it -- the new (hopefully unlocked) map is in newmaps.img.
Note that get.py and mkmap.py are prototype tools and other, more user
friendly tools, may now be available; I'm not aware of them.
Good luck,
Nikita