zoukankan
html css js c++ java
windbg 修改内存和寄存器指令
顺手记一记。呵呵
修改寄存器命令
r @eax=1 //将eax置为1
修改内存命令
ed 80505648 00001234 //将内存为80505648的数据改为00001234
本人新博客网址为:
http://www.hizds.com
作者:
张东升 技术交流群:69148232
本博客注有“转”字样的为转载文章,其余为本人原创文章,转载请务必注明出处或保存此段。c++/lua/windows逆向交流群:69148232
查看全文
相关阅读:
Spring事务
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
CentOS7下zip解压和unzip压缩文件
通过Maven插件发布JaveEE项目到tomcat下
MYSQL5.7版本sql_mode=only_full_group_by问题
CentOS下安装Tomcat
MYSQL57密码策略修改
CentOS下安装mysql5.7和mysql8.x
Linux下使用systemctl命令
076-PHP数组修改元素值
原文地址:https://www.cnblogs.com/zhangdongsheng/p/2793472.html
最新文章
color theme
Google Arts & Culture
GUI
length
tex table
about
hello SDL
hole
绘图
qt
热门文章
docker 2375 vulnerability and self-signatuer certifications
python tensorflow keras
gitlab-runner ---CI
es navi map+++++++nginx logs-parser
elk----es settings--logstash--performance---bigdesk---logstash plugin online/offline
ES_DEVOPS-1
ruby rvm groke
lampp and testrail
OSX: 下载Flash Player的脚本
string unicode utf8 ascii in python and js
Copyright © 2011-2022 走看看