V2AS
问路
意见反馈
↓ 按住下拉
【pwnable】asm之write up
首先查看源代码: include <stdio.h> include <string.h> include <stdlib.h> include <sys/mman.h> include <seccomp.h> include <sys/prctl.h> include ......
pwnable
shellcode
x31
kr
asm
windbg命令
监视窗口: @@(poi(0ffb6bae0)) 显示0ffb6bae0指向的值. 具体可以参照windbg的命令语法写一个很复杂的命令. @@(eax) 监视器窗口添加eax的值 @$peb @$te ......
var
命令
windbg
csdn
eax
windbg 命令收集
windbg的命令非常多. 有很多漂亮的命令, 用一次以后突然会忘记. 还是记下来比较合适啊. 符号相关: !sym noisy :开启符号打印. 这样符号加载的信息显示就 ......
var
命令
windbg
显示
调试
nginx&http 第二章 ngx 事件event初始化 ngx_event_process_init
|----------(ngx_worker_process_cycle->ngx_worker_process_init) |--------->for(;;) {ngx_process_events_and_timers()} ......
ngx
http
conf
NGX
ctx
nginx&http 第三章 ngx 事件http 初始化1
在 http 配置块中,我们配置了 http 连接相关的信息,HTTP 框架也正是从这里启动的 在 nginx 初始化的过程中,执行了 ngx_init_cycle 函数,其中进行了配置文件解析, ......
ngx
http
conf
NGX
ctx
netfilter 的扩展功能 helper tftp-nat
/* 需要对conntrack进行功能扩展的协议,会初始化一个struct nf_conntrack_helper 实例,把该实例注册到Netfilter中管理的全局哈希表中。 查找helper使用的hash ......
nf
ct
expect
helper
conntrack
python--003 数据类型
运算符 in "heilo" in "adfsdfsdfsdfsdfdsfdshellofsdfdsf" "li" in ["li","ok"] n1=123; n2=123; 默认两份内存地址; 例外 if(n1 在 -5 到 25 ......
self
def
pass
real
unknown
noip2012 总结
Vigenère 密码 16 世纪法国外交家 Blaise de Vigenère 设计了一种多表密码加密算法――Vigenère 密码。Vigenère 密码的加密解密算法简单易用,且破译难度比较高,曾 ......
int
城市
pos
教室
10
使用 c++ 模板显示实例化解决模板函数声明与实现分离的问题
问题背景 开始正文之前,做一些背景铺垫,方便读者了解我的工程需求。我的项目是一个客户端消息分发中心,在连接上消息后台后,后台会不定时的给我推送一些消息,我再 ......
std
msg
server
模板
class
ngx accept_mutex
尝试获取锁,如果获取了锁,那么还要将当前监听端口全部注册到当前worker进程的epoll当中去 获取失败就需要确保此时ls-fd 没有被 epoll 监听 ngx_int_t ngx_tryl ......
ngx
accept
mtx
lock
NGX
V2AS = Way To Ask
V2AS 一个技术分享与创造的静土
手机扫一扫
移动阅读更方便
近15日热搜文章
Linux下安装ffmpeg,视频格式转换
C# 检测某版本VC++是否安装
常用js特效
4
华为路由交换综合实验 ---IA阶段
5
一次 RocketMQ 进程自动退出排查经验分享(实战篇)
6
Qt Charts 动态实时绘制各种曲线图
7
修改feign解析器替换json
8
【luogu T24743 [愚人节题目5]永世隔绝的理想乡】 题解
9
java学习之JSP
10
python 之 实现su 到root账号