about this blog
Here you can find latest hack progress reports and other raw information.
tags
recent entries
Donate for GH1 hack project!
-April 23, 2010
GH1 firmware update research
-April 19, 2010
GH1 related
-April 17, 2010
More info on Panasonic
-April 14, 2010
Panasonic Cameras
-April 12, 2010
recent comments
When your supplemental succeeds, you on too. You aren’t in contention with each other to ...
-October 03, 2019
In some ways, splitting from with a co-conspirator you logical with but aren’t married to ...
-October 03, 2019
When your share in succeeds, you follow to too. You aren’t in make an analogy ...
-October 02, 2019
In some ways, splitting from with a doodad you accepted with but aren’t married to ...
-October 02, 2019
When your party succeeds, you succeed to too. You aren’t in controversy with each other ...
-October 02, 2019
archive
april 2010
march 2010
september 2009
august 2009
topics
General (13)
Dumping (1)
Disassembling (5)
Features (0)
admin*
Saturday, August 15, 2009
8:05
Some information update
Latest Softune (with MB91680 support)
CPU definitions file have some info about MB91680 interrupts.
REALOS related stuff :-)
Last file has tools and good manuals on RealOS functions. First one has libraries on sources of kernel functions (works with Softune).
It looks that DSLRs use RealOS, as they heavy use 0x40 and 0x41 interrupts.
In early Pentax DSLRs "Softune REALOS/FR.." string was present.
If you have good Japanese knowledge, contact me, please!
I really hope to get MB91680 manuals :-)
General comments (0)
Wednesday, August 12, 2009
7:37
Four necessary improvements are:
1) Handing of jump tables. This is very frequently used feature.
2) Script to handle offset tables (many of them are present),
so pressing two keys automatically changes all to offsets
(until it is proper address and stops as soon as it is not)
add xref and start analizing procedures.
3) Many parameters are passed by registers. If we could track them somehow and allow to quickly define this in function definition, so comments can be seen right after commands before call (ala pc.w32).
4) FR module have almost ready auto-comments. Is it desirable to make them work inside IDE (as gray auto-comments). As most people are quite new to this assembler.
If you have time and expirience working with IDA writing IDC scripts and/or plugins and modules, please, contact me.
Disassembling comments (2)
Wednesday, August 12, 2009
5:37
Cvetan Ivanov is joining our small team!
Welcome aboard, Cvetan!
I am sure you'll help us to get tail wind :-)
Some info from Cvetan about MODSET files for K10D/GX10 v1.20-v1.30 firmware.
Use MODSET.TXT and leave card door open.
General comments (3)
Tuesday, August 11, 2009
3:53
Screenshot from disassembler during work on GX20 DSP firmware.
We are using IDA Pro 4.9 Free with special Fujitsu FR module.
If you know IDA Pro and want to help us in this hard work by writing IDC scripts,
updating FR module or just help with disassembling, contact me by email.
Disassembling comments (0)
Saturday, August 8, 2009
13:50
AUTORUN.xxx working script
%A = 1000WHILE %A < 1004 {PRINT "Hex value %x" %A %A += 1 }PAUSE %B = 50PRINT "B=%d" %BPAUSE EXIT
As you can see, it uses integer variables, loop and printing of values.
General comments (1)