Here's a
research tool (or hacker's tool if you prefer) that lets you change most ISO-related parameters
on 5D Mark III only and study their effect:
* CMOS gain, described in the Dual ISO PDF
* ADTG gains (0x8882 ... 0x8888) - same value for all of them
* Saturate Offset (0xc0f0819c)
* Digital Gain (0xc0f37ae4/af0/afc/b08)
* Black/White Offset (c0f37ae0/aec/af8/b04))
iso_regs.mo (source:
iso_regs.c)

Notes:
-
Do not mix photo mode settings with LiveView ones. Hit "disable overrides" before switching between photo and video.
- It requires a
custom-compiled ML with CONFIG_GDB = y. As I said, it's not for end-users, it's a research tool.
- The parameters are explained in the help text. More info
here and in this thread.
- This has a TON of parameters hardcoded for 5D3. Porting on other cameras is
very hard. Assuming the registers behave in the same way, there are only 25 camera-specific parameters. On 60D for example, only ADTG gains are the same, so
you will have to figure out all the other registers with ADTG_GUI and do the math from scratch. Don't even think about trying on 5D2/500D/50D.
- To disable Canon's aperture trick, simply fix digital gain to some value.
Be careful not to fry your sensor
