Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试了解Github 上的类星体源代码(RAT)
它是使用命令的服务器/客户端之间的高级通信。
我不太了解的有趣部分是Class Builder它使用 Mono.cecil 参考来修改它们为空的程序集变量的值,例如主机、端口等...
Class Builder
通过向项目所有者询问有关 Client.bin 文件以及有关 Mono.cecil 参考的问题解决,可以在此处找到
我有一些关于如何在那里使用的例子