Cross-Language Array Data Transfer in Assembly Language

Cross-Language Array Data Transfer in Assembly Language

Overview of Cross-Language Array Transfer In mixed programming, transferring array data between C/C++ and Assembly Language (HLA) is a common requirement. The key is to understand the differences in how different languages handle arrays and to ensure the correct memory layout and access methods. Basics of Array Transfer between C/C++ and HLA 1. Array Transfer … Read more

DIY WeChat Bot from Scratch

DIY WeChat Bot from Scratch

Motivation Basic Principles Key Technologies Injection Interception and Spoofing RPC Mixed Programming Specific Implementation Project Structure SDK Logic Applications Weather Reporting Bot Simple Response Bot To Be Continued… The title might be a bit misleading—this article primarily focuses on introducing a communication channel for WeChat bots, with less emphasis on the bot itself. However, even … Read more