Just posting here that I am starting on the A1100 IS port.
Hi, I have extensive knowledge in Assembly and Usage of IDA, being a Malware Analyst by profession, but I have no experience with CHDK. Maybe I can help with the Disassembling and reverse engineering process.
../platform/a1100is/sub/100c/libplatformsub.a(boot.o): In function `loc_FFC40014':boot.c:(.text+0x105c): undefined reference to `mbr_read_dryos'
WOW! What's a great news!I also have the a1100is and want to port it but i have no time to do it.I am in china ,i can help test it in the evening!
but I get E18 error.why?But it work fine!
Hey FireDevil Quote from: FireDevil on 22 / January / 2010, 23:08:24Hi, I have extensive knowledge in Assembly and Usage of IDA, being a Malware Analyst by profession, but I have no experience with CHDK. Maybe I can help with the Disassembling and reverse engineering process. Hey FireDevil Thanks for the offer. I'm digging through the the code now. But as I mentioned above it has been a long time since I've coded in assembly. Here is a link to my current IDA idb file.http://www.littlecrackpot.com/PRIMARY.rarI've already applied the sigs file and the CHDK.idc and code fix script on the DryOS porting page. I'm currently still digging through it to fix the broken subroutines. I've also been updating the loader and platform code to match the proper memory addresses but I still have to find many subroutines. Currently tracking down the fix to this compile error.(Basically trying to find a subroutine that reads the MBR of the SD card at least that is what I think it is trying to do.)Code: [Select]../platform/a1100is/sub/100c/libplatformsub.a(boot.o): In function `loc_FFC40014':boot.c:(.text+0x105c): undefined reference to `mbr_read_dryos'Any assistance is appreciated. Thanks