计算机天才
@tiancai
文章
计算机天才
·

两种API接口的优势和劣势

int do(char* p,arg){ buffer = p; ... } int do(arg){ buffer = os.alloc(); ... } 一种是使用用户分...
favorite 0
comment 0
计算机天才
·

RT-Thread SD卡初始化失败相关问题

就差这一句延时,真的坑B sd卡必须先初始化fat32格式。 mkfs -t elm sd0 不得不说RT-Thread Studio确实比较方便
favorite 0
comment 0
计算机天才
·

Proxifier代理软件的使用

这软件类似于linux下的proxychains4 win上,拦截软件(非http\https协议)封包一般两种方式,一是搞个dll注入hook send和sendto拦截tcp和udp,之前我...
favorite 0
comment 0
计算机天才
·

vscode ssh远程连接服务器相关问题

建立$home/.ssh/config文件,文件内容如下 # Read more about SSH config files: https://linux.die.net/man/5/ssh_...
favorite 0
comment 2
计算机天才
·

CloudStudio解决一次Docker启动不了的原因

https://docs.docker.com/config/daemon/ https://docs.docker.com/storage/storagedriver/select...
favorite 0
comment 0
计算机天才
·
favorite 0
comment 0
计算机天才
·

nginx搭建http server乱码的相关问题

nginx在location中charset写utf-8,但是WinSCP文本在写的默认是GBK编码的,所以要切换成utf-8。 最好不要把nginx的编码换成gbk,因为linux默认是utf...
计算机天才
·

数据包分析

wireshark过滤器 raknet[14:7]==4A:02:0:0:0:8:54 或 udp[22:7] == 4A:02:0:0:0:8:54 udp首部8字节+游戏引擎自带14字节一共...
favorite 0
comment 0
计算机天才
·

RakNet

一个facebook开源的网络游戏框架,有些游戏在用。 然后走Send_Windows_Linux_360NoVDP调用windows sendto 第一个数据包长度为4,数据为0 ...
favorite 0
comment 0
计算机天才
·

x64dbg脚本命令记录

打印寄存器 log {rax} 模块相关 log {kernel32.GetProcAddress} log {kernel32.imagebase} log {kernel32.ep} 运...
favorite 0
comment 0
查看更多
社区准则 博客 联系 社区 状态
主题