Posted on2020年9月27日2023年8月8日windows网络编程 VC获取本地网卡信息 by entry0Leave a comment on VC获取本地网卡信息 454 次浏览 操作系统:win10 IDE:vs2019 涉及到… Read More
Posted on2020年9月5日2023年8月8日PC逆向 bugkuctf的reverse_3.exe by entry0Leave a comment on bugkuctf的reverse_3.exe 439 次浏览 这道题目是bugkuctf平台的,由于我最近在学习… Read More
Posted on2020年7月12日2023年8月8日android逆向 ida动态调试安卓SO(免root) by entry0Leave a comment on ida动态调试安卓SO(免root) 1,042 次浏览 注意:无需root手机 第1步,反编译apk,我这… Read More
Posted on2020年7月6日2023年8月8日其它 rpm包制作过程 by entry0Leave a comment on rpm包制作过程 507 次浏览 1,下载源码包 2,安装rpm包制作工具: 3,使… Read More
Posted on2020年7月5日2023年8月8日android逆向 安卓JNI动态注册 by entry0Leave a comment on 安卓JNI动态注册 419 次浏览 在安卓JNI静态注册一文中我提到要使用c/c++代… Read More
Posted on2020年7月5日2023年8月8日android逆向 安卓JNI native回调java by entry0Leave a comment on 安卓JNI native回调java 461 次浏览 安卓与cpp之间的调用离不开JNI,在安卓JNI静… Read More
Posted on2020年7月3日2023年8月8日android逆向 安卓JNI静态注册 by entry0Leave a comment on 安卓JNI静态注册 624 次浏览 如今很多android项目的重要逻辑代码都放在了s… Read More
Posted on2020年6月19日2023年8月8日x86汇编 原码、反码和补码 by entry0Leave a comment on 原码、反码和补码 363 次浏览 一个数有正负,这种数在计算机中称为有符号数,无符号… Read More
Posted on2020年6月19日2023年8月8日x86汇编 进制题2 by entry0Leave a comment on 进制题2 347 次浏览 注:题目选自编程达人<<汇编/C语言基… Read More
Posted on2020年6月19日2023年8月8日x86汇编 8进制加法表和乘法表 by entry0Leave a comment on 8进制加法表和乘法表 370 次浏览 学习x86汇编需要挣脱十进制思维的束缚。 8进制加… Read More