Magic Lantern Forum

Developing Magic Lantern => General Development => Topic started by: jplxpto on September 23, 2012, 06:04:20 PM

Title: ARM console & guessparameters function
Post by: jplxpto on September 23, 2012, 06:04:20 PM
ARM-console is a fantastic tool developed by ALex. I have not yet mastered their use. I'm starting to love it. I know that it is possible to decode part of the assembly code. During this process are guessed parameters of some functions. I think it would be very interesting to have this functionality in a separate command created for the purpose. It would be useful persists headers functions in a file as we do to the stubs.
Title: Re: ARM console & guessparameters function
Post by: a1ex on September 23, 2012, 06:52:27 PM
I add a list of exceptions in funargs.py, for the cases where autodetection is wrong. Look inside for the code you need to call for this.
Title: Re: ARM console & guessparameters function
Post by: jplxpto on September 23, 2012, 08:33:10 PM
Quote from: a1ex on September 23, 2012, 06:52:27 PM
I add a list of exceptions in funargs.py, for the cases where autodetection is wrong. Look inside for the code you need to call for this.

Sorry I did not understand. You refers to the code of your tool, or the firmware of the camera?