Welcome to the group. I hope that by working together we can make faster progress. Here are some links to get started with: Proof that Canon cameras run DOS:...
Booted up Knoppix and compiled s10sh after modifying it for the 300D. Amazing how straightforward the procedure was...I connected the camera, fired up s10sh...
I took a look at the files but was unable to disassemble anything meaningful with any of the free tools I could find out there. (e.g. get symbol tables, which...
... got a ... The best disassembler is http://www.datarescue.com/idabase/ida.htm I have an old copy and have run it through, but I'm not yet happy with the way...
i will do some checking with my buddies from my automotive fuel management development list. oh btw, i have a wiki for that stuff at www.squirrelpf.com/msavr ...
I would suggest, that until you are ready to, and familiar enough with the software, to adjust code for AF, that when you test firmware to see if this function...
I've spent some time this weekend trying to figure out the firmware loader. Given that I know nothing about x86 instruction set, the progress is slow. Here's...
I played with the Canon SDK on the 300D a bit this weekend. One very irritating thing is that I can't debug the programs because the library reports out of...
Now including support for the 300D. I wonder if functionality has been *removed* due to this new support? I haven't gotten access to it yet. You can request...
... The following link --> http://www.simtel.net/category.php?id=73 <-- had a list of 20 dissassembler programs, most of which are for Intel / DOS. I haven't...
For those of you new to programming DOS, all function calls are done thru software interrupts. You simply load the proper registers (usually function is in...
Oops forgot to post some more info. The DataLight SDK is $1250, and they don't allow and free downloads of their docs...even those need to be purchased. :( :(...
DataLight has some useful stuff on their website after all. Register here: https://www.datalight.com/Response.asp?refer=default.asp and their bot will send...
Here's a link to download a freeware version of IDA 4.30. It doesn't have the Windows GUI frontend and I'm not sure what other limitations are there, but it ...
Hi, I did the same and found also 13 custom custom fuctions. The results match the 10D custom functoins nicely The reurned custom type is 1, acoording to the...
hi, I merely hacked the RELCTL sample...here is a code snippet: /* A camera is set as remote release control mode. */ err = CDEnterReleaseControl( m_hSource,...
Where did you get that list of custom functions? My list looks completely different. I'm looking at the CDSDK610.PDF on page 3-352 and 3-353. for Type 1,...
Has anyone investigated what the firmware is on the 10D and what the difference are? Has anyone tried tricking the 300D into running the 10D's firmware? If so,...
I took this list from the 10d manual. I think the lists in the SDK are not updated. In the SDK documentation (also V6.1.2) does not mention the 10D custom...
I have found and interrupt description that can be of use http://www.programmersheaven.com/zone5/cat21/14897.htm INT 10h has something to do with VIDEO MODE,...
I did some analysis of A:\CAMERA.EXE, which I presume, is the main camera firmware. It was puzzling to me at first, because upon initial inspection it looks...
I only tested CDGetFlashSetting and CDGetFlashSetting using cdFLASH_MODE_AUTO together with cdCOMP_100_PLUS, cdCOMP_200_MINUS and cdCOMP_000_PLUS. ... works ...