This section mainly talk about friends or all WeChat group of hook address list, our idea is, in the buddy list, click on one person, and then copy this person WeChat ID, pay attention to find no set WeChat ID friends, at this point he is WeChat ID WeChat id, and then put the friends WeChat id, search in CE,

Then switch to another friend and search for wechat ID. There are few values left, and then move these values to the following.

Then take the remaining four addresses, one by one in the OD, and write the breakpoint to the next memory in the OD.

Then on the left to find some information of the individual, the right, in the disassembly window tracking, a breakpoint is under the assembly window, and then click run, in open WeChat window again, to switch a WeChat friends, the breakpoint is broken down, and then click run, at this time, let friends list refresh, delete a friend, delete, to see if the breakpoint is broken, If it is not broken, it means that the friend list has not gone through the breakpoint, which is not what we need. At this time, change another address in CE. Try again in the same step, delete it, and it can be brought down, which means it may be this call. Then save the breakpoint, click wechat from the new login, load the friends list, and check whether it breaks.

After logging in, we found that the breakpoint was broken, and then we took a step to check whether it contained the data of our friends list. Then we found that the breakpoint kept breaking, and it also contained the data of wechat friends, which indicated that this address was the call we were looking for.

At present, most of the functions have been realized, stable operation, such as: send all kinds of messages, receive all kinds of messages, group tube, download files, add friends, detect zombie powder and other functions, can provide interface, convenient for a variety of languages secondary development, welcome technical exchange, do not use for commercial purposes.