很简单,安装burpsuite 2020.1版本即可,别喷我。 或者输入中文的时候,提前把要输入的中文保存到某个文件里,然后右键paste from file
2020-07-06231 字1 分钟
windows下的IDA pro安装yara-python
遇到了一堆报错。
fatal error C1083: Cannot open include file: ‘stdbool.h’: No such file or directory yara/libyara/include\yara/stream.h(35) : error C2054: expected ‘(’ to follow ‘_Bool’
由于最新的yara4.x不再支持python2了。所以我们在windows下使用pip安装yara的时候实际上不是用wheel来安装,而是源码编译来安装,而源码编译经常会报 …
2020-07-05257 字1 分钟
解决segamath中sage.matrix.matrix_symbolic_dense.Matrix_symbolic_dense‘ object has no attribute ‘BKZ‘