
GDB
文章平均质量分 54
Nixawk
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
gdb - Examine
gdb - Examine (gdb) help x Examine memory: x/FMT ADDRESS. ADDRESS is an expression for the memory address to examine.原创 2015-02-06 00:17:38 · 1346 阅读 · 0 评论 -
Linux - mipsel/mips/arm/armeb - gdb compile
If you don’t know what’s buildroot ?, please redirect to https://www.uclibc.org/How to install buildrootroot@lab:~# uname -a Linux lab 4.3.0-kali1-686-pae #1 SMP Debian 4.3.5-1kali1 (2016-02-11) i686 G原创 2016-08-22 17:24:32 · 3680 阅读 · 0 评论 -
Python - NTP
In order to learn ntp protocol and protect ntp server against NTP DDOS Attack. We need a vulnable ntp server.Install a vulnerable NTP Server - NTP 4.2.6#!/bin/bashwget -c https://www.eecis.udel.edu/~nt原创 2017-03-28 12:41:50 · 1693 阅读 · 0 评论