最近在研究Telegram 注入拦截消息发送,从这网站下载的 https://desktop.telegram.org/
通过hopper分析没找到明确的调用函数,通过IDA找到了一些Strings
__const:000000010573DDC1 0000007C C NSt3__110__function6__funcIZN7ApiWrap11sendMessageEON3Api13MessageToSendEE5$_123NS_9allocatorIS6_EEFiNS_8functionIFvvEEEEEE
__const:000000010573DE3D 000000B9 C NSt3__110__function6__funcIZZN7ApiWrap11sendMessageEON3Api13MessageToSendEENK5$_123clENS_8functionIFvvEEEEUlRKN2tl5boxedI10MTPupdatesEERKN3MTP8ResponseEE_NS_9allocatorISK_EEFvSF_SJ_EEE
__const:000000010573DEF6 00000084 C ZZN7ApiWrap11sendMessageEON3Api13MessageToSendEENK5$_123clENSt3__18functionIFvvEEEEUlRKN2tl5boxedI10MTPupdatesEERKN3MTP8ResponseEE_
__const:000000010573DF7A 000000AB C NSt3__110__function6__funcIZZN7ApiWrap11sendMessageEON3Api13MessageToSendEENK5$_123clENS_8functionIFvvEEEEUlRKN3MTP5ErrorERKNSA_8ResponseEE_NS_9allocatorISH_EEFvSD_SG_EEE
__const:000000010573E025 00000076 C ZZN7ApiWrap11sendMessageEON3Api13MessageToSendEENK5$_123clENSt3__18functionIFvvEEEEUlRKN3MTP5ErrorERKNS8_8ResponseEE_
__const:000000010573E09B 00000036 C ZN7ApiWrap11sendMessageEON3Api13MessageToSendEE5$_123
请问有什么办法可以解决这个问题吗?