【技术分享】伪造面向对象编程——COOP 21 Apr, 2022 行业新闻 C和C++向来以“let the programmer do what he wants to do”的贴近底层而为广大开发者所喜爱。语言对开发者行为的较少限制,就使其成为不安全的语言。针对C和C++程序的控制... Read More
逆向角度看C++部分特性 06 Apr, 2022 行业新闻 单/多继承单继承测试源码:#define MAIN __attribute__((constructor))#define NOINLINE __attribute__((__noinline__)) class BaseClass{public: int a,b; BaseClass( Read More