ZhangDongsheng
ZhangDongsheng
你好我使用的是在MmpTls之前的版本。也就是这个版本:ae8b8368d0e5a5ccd44508472b87164089c18087 程序在执行RtlFindLdrpReleaseTlsEntry在这里直接返回了STATUS_NOT_SUPPORTED,连下面的特征码都没有搜索。  请问一下这个有什么办法可以解决吗,谢谢。
最新的版本依赖很多HOOK来达到处理tls相关函数的效果。 我使用HOOK会有问题,想用之前没有MmpTls的版本来在win10 21H1平台下的dll。 是不是我只需要补充LdrpHandleTlsData的特征码就能达到我想要的效果了。谢谢。
thanks you for you shared code. I complie source code with vs2019.biut it can't work. `auto pRemoteAddr = out->allocationBase + out->randomHead + stubEPOffset; if (!CreateThread(targetProcess, **pRemoteAddr,** out->allocationBase + out->randomHead)) {...
首先谢谢你的代码,从你的代码我学到了好多东西 在param内部处理好多逻辑其中就有一项遍历client_pool_里的已经连接的客户端,然后对于做一个操作(例如:free_client等),这样该如何解决?有什么好的解决方案?
如题。问一下国内app消息推送有没有新的解决方案
### Description when ReanimatedSwipeable on A Page. It will cause other page jittering. when i remove ReanimatedSwipeable. all will be ok. https://github.com/user-attachments/assets/687d9e7a-a2eb-4b64-a64f-974b8f93aff9 MainPageCode: ` { return ( 123 ) }}...