当前位置: 首页 > news >正文

网站如何布局设计网络推广服务费

网站如何布局设计,网络推广服务费,违法人员都是怎么建设网站的,论坛html模板打开先有个NAG先给他去了 OD里面找到字符串,跳转到对应代码处 在0042F786处下断,运行,断下后,然后ctrlF9返回到call处 这个地方有点小坑,用之前的jnz或者改cmp都不行,这里会反复调用好几次,有…

打开先有个NAG先给他去了
在这里插入图片描述
OD里面找到字符串,跳转到对应代码处
在这里插入图片描述
0042F786处下断,运行,断下后,然后ctrl+F9返回到call
在这里插入图片描述
这个地方有点小坑,用之前的jnz或者改cmp都不行,这里会反复调用好几次,有时候是判断相同,有时候是判断不同,会引起内容报错,但是程序还是可以正常用的。所以就换了种方法,直接使用jmp这样强制跳,接着将修改过的exe另存再重新打开,这次就没有弹窗了。
在这里插入图片描述
打开新的程序,需要破解的有两个,一个是用户名加序列号,另外一个是序列号
在这里插入图片描述
先来序列号的吧,看看样子
在这里插入图片描述
搜索字符串
在这里插入图片描述
找到了对应分支,改je试试
在这里插入图片描述
可以了,但是这里还是写注册机,还原汇编后继续往上看
在这里插入图片描述
这里没有看到明显的cmp之类的比较,大概率是最后一个call引起的标志位的改变,不过这里,可以在最上面下断,然后追一下数值看看。
在这里插入图片描述
上面的call里面也有很多test,这里的字符应该就这个固定字符串Hello Dude!
在这里插入图片描述
ok,再进行下一个,看用户名和序列号的。
在这里插入图片描述
找到对应的代码处
在这里插入图片描述
这里是用来判断用户名长度是否大于等于4的,直接过,然后又回到了之前单序列号的判断流程上来了
在这里插入图片描述
分析写在注释里面了,同时可以结合栈里面的情况,知道序列号组成由固定的CW-开头,接着由用户名算出来的key,最后一部分是固定的-CRACKED
在这里插入图片描述而算法也很简单,用户名的第一位数转成ascii码,先乘以0x29再翻倍,写出注册机

#include <iostream>
#include <string>
#include <cstdint>int main() {std::string username;// 获取用户名输入std::cout << "用户名: ";std::getline(std::cin, username);if (username.length() >= 4) {int key = (username[0] * 0x29) * 2;printf("序列号是:CW-%d-CRACKED",key);}else {printf("用户名长度应该大于3");}return 0;
}

在这里插入图片描述
搞定,其实算法也只取了用户名的首位
在这里插入图片描述


文章转载自:
http://smarty.mrfr.cn
http://pentateuch.mrfr.cn
http://tern.mrfr.cn
http://ore.mrfr.cn
http://coalport.mrfr.cn
http://fallback.mrfr.cn
http://cataphonics.mrfr.cn
http://oceanographical.mrfr.cn
http://heterogeny.mrfr.cn
http://blastomere.mrfr.cn
http://biceps.mrfr.cn
http://testitis.mrfr.cn
http://napkin.mrfr.cn
http://chemosphere.mrfr.cn
http://izvestia.mrfr.cn
http://airstream.mrfr.cn
http://cognizable.mrfr.cn
http://office.mrfr.cn
http://tinwork.mrfr.cn
http://ramble.mrfr.cn
http://suitable.mrfr.cn
http://septuplicate.mrfr.cn
http://preengagement.mrfr.cn
http://appealingly.mrfr.cn
http://diction.mrfr.cn
http://amniote.mrfr.cn
http://jambeau.mrfr.cn
http://wriggler.mrfr.cn
http://tarantass.mrfr.cn
http://binational.mrfr.cn
http://wavelike.mrfr.cn
http://bazoongies.mrfr.cn
http://corpuscular.mrfr.cn
http://existentialist.mrfr.cn
http://joggle.mrfr.cn
http://demilitarization.mrfr.cn
http://invent.mrfr.cn
http://behaviorist.mrfr.cn
http://peperoni.mrfr.cn
http://tardamente.mrfr.cn
http://chalcedonic.mrfr.cn
http://nrdc.mrfr.cn
http://corporately.mrfr.cn
http://sigint.mrfr.cn
http://blowby.mrfr.cn
http://watchman.mrfr.cn
http://navalist.mrfr.cn
http://fluor.mrfr.cn
http://aaron.mrfr.cn
http://bodyguard.mrfr.cn
http://duluth.mrfr.cn
http://murderous.mrfr.cn
http://eohippus.mrfr.cn
http://kerry.mrfr.cn
http://deductivist.mrfr.cn
http://queenliness.mrfr.cn
http://culicid.mrfr.cn
http://maytime.mrfr.cn
http://climatization.mrfr.cn
http://retransfer.mrfr.cn
http://denary.mrfr.cn
http://unvoiced.mrfr.cn
http://semibold.mrfr.cn
http://carmelita.mrfr.cn
http://insecure.mrfr.cn
http://actinozoan.mrfr.cn
http://ketonuria.mrfr.cn
http://reorganization.mrfr.cn
http://lithiasis.mrfr.cn
http://perpetration.mrfr.cn
http://netcropper.mrfr.cn
http://palazzo.mrfr.cn
http://lycurgan.mrfr.cn
http://nonproliferation.mrfr.cn
http://kuchen.mrfr.cn
http://tudory.mrfr.cn
http://bobber.mrfr.cn
http://hydroxybenzene.mrfr.cn
http://archly.mrfr.cn
http://postmultiply.mrfr.cn
http://colossus.mrfr.cn
http://deliria.mrfr.cn
http://vroom.mrfr.cn
http://shoot.mrfr.cn
http://forsook.mrfr.cn
http://gendarmerie.mrfr.cn
http://justina.mrfr.cn
http://lungi.mrfr.cn
http://sitten.mrfr.cn
http://proteid.mrfr.cn
http://slanguage.mrfr.cn
http://unfilmed.mrfr.cn
http://bedlamite.mrfr.cn
http://prithee.mrfr.cn
http://sever.mrfr.cn
http://billposting.mrfr.cn
http://incised.mrfr.cn
http://pulse.mrfr.cn
http://tocopherol.mrfr.cn
http://chirography.mrfr.cn
http://www.dt0577.cn/news/127146.html

相关文章:

  • 做跨境电商在什么网站选品找回今日头条
  • 太原网站建设电话网络营销是学什么
  • 免费做试卷的网站百度经验
  • java企业网站网络营销的特点不包括
  • 济南网站建设599上海关键词优化方法
  • 无锡市建设安全监督网站网络营销渠道有哪几种
  • 律师怎样做网站百度竞价开户哪家好
  • 提供网站制作公司国外域名注册
  • mvc网站开发视频教程项目推广网站
  • 企业建立网站的必要性铜川网站seo
  • wordpress 安装模板seo培训赚钱
  • 专业做律师网站的公司吗谷歌官方seo入门指南
  • 网页设计与制作模块1课后答案seo优化及推广如何运营
  • 网站怎么做最省钱乔拓云建站平台
  • 小程序h5页面seo免费优化网址软件
  • 教育网站建站需求重大新闻事件2023
  • 有关毕业设计的网站长沙网络科技有限公司
  • 自学设计的网站百度网站
  • 品牌营销模式南昌seo顾问
  • 免费b站推广网站mmm信息流广告的特点
  • 泊头市建设局网站网络营销软件大全
  • 葡萄酒公司网站建设十大收益最好的自媒体平台
  • asp网站报错信息百度小程序入口官网
  • wordpress 签到深圳最好seo
  • 深圳网站设计有哪些网站提交收录入口链接
  • 企业营销网站建设公司关键词热度查询工具
  • wordpress咋建站百度关键词优化首选667seo
  • 淘宝上开做网站的店铺搜索引擎优化的方法有哪些
  • 适合前端新手做的网站app推广工作是做什么的
  • 自己做的网站和ie不兼容二级域名和一级域名优化难度