
I decided to have libnotify to Samsung TV like event reporter using built-in functions.
I have just open T-CHL7DEUC-2005 exeDSP via IDA. I am trying for 2 days, (It hase some problems on linux)
From my viewing perspective, I realized that your have been dived too deeper I think.
I guess our guy is
Code: Select all
MessageCategory::MessageCategory(std::string const&)
That function is responsible of type decision of message and used by MessageManager:: class.
Trying to parse CMessageBox... thing will really time consuming approach.
Instead of trying to parse code manually, why don't we use attach exeDSP to gdb and try to send a SOAP message.
We could put some breakpoints to MessageCategory::MessageCategory() function and could watch where is our IPC branching or if IPC rach here... If it reach, we needed to follow the IPC, thats all. Problem is exeDSP doesn't reliable under gdb attachment, will kill exeDSP after a minute(s).
I don't know if it's debians gdb fault but aquadran will prepare a native gdb for attaching exeDSP.
Himm. TV looks like support MMS messages too.

I guess victory is not too far depending this topic activity, Samsung cannot hold longer
