PDA

View Full Version : Interesting function in ATCmdInt.dll


chxh
7th November 2006, 01:02 PM
dopod 830, disassemble ATCIUI.exe, found some interesting function in ATCmdInt.dll.

InitializeCommandInterpreter
InterpretStringW(TEXT("AT+CGDCONT=1..");
FreeInterpretStringResultW

maybe it can use InterpretStringW(TEXT("AT+CREG=2"));

plasticbiker
7th November 2006, 01:27 PM
why not just go after the comm port? It's much easier than hacking up a dll.