#Windows
计算机天才
·

windows powershell 等价|grep的用法

grep是linux下的一个程序,用来对shell输出的字符串过滤的。windows下一般是没有的,但是powershell有相应的功能findstr。 Example: CMake --sys...
favorite 0
comment 0
计算机天才
·

windows powershell 更换控制台编码

切换到utf-8,不然有时候输出中文会乱码 chcp 65001
favorite 0
comment 0
计算机天才
·
favorite 0
comment 0
计算机天才
·

RetDec框架之bin2llvmir工具的使用

python .\retdec-decompiler.py <binary_path> 测试代码 #include<iostream> #include<wind...
favorite 0
comment 0
计算机天才
·

VisualStudio Release编译开启调试

有时候项目因为各种情况是需要必须以发布(Release)的形式编译的。 这个时候变量优化严重,调试不了的。 Debug Release 把Release优化的选项搞成debug一样的就可以了。
favorite 0
comment 0
计算机天才
·

visual studio编译汇编源文件

以前那个方法太麻烦了。 今天学会一个新的 不勾选是没有masm这个选项的
favorite 0
comment 0
计算机天才
·

binary ninja如何安装和编写插件

binary ninja也是逆向的一员大将。 安装 第一种方式 一般这种情况下插件的存放地点都是github, git clone 仓库地址 第二种方式 第二种不知道咋用,没研究过...
计算机天才
·

关于Hyper-V和Vmware配置网络的问题

// 不要加-b 127.0.0.1参数 python -m http.server 8000 https://www.jianshu.com/p/4f8efbd91292
favorite 0
comment 0
计算机天才
·

windows 系统DLL imagehlp.dll研究

主要是在用procmon研究一个软件的时候发现它加载了这个dll。 https://learn.microsoft.com/en-us/windows/win32/debug/image-hel...
favorite 0
comment 0
计算机天才
·

利用processhakcer库让用户层开发使用内核层的变量或类型

git clone https://github.com/processhacker/phnt.git #include"phnt/phnt_windows.h" #include"phnt/p...
favorite 0
comment 0
查看更多
社区准则 博客 联系 社区 状态
主题