手机号登录
手机号重置密码
只需一步,快速开始
管理员
2万
41
1168
相关题目:
♦ 一知半解
#include <stdio.h> #include <windows.h> int main() { char Key1[] = { "668187758885" }; char Key2[] = { 0x76,0x03,0x40,0x70,0x02,0x55,0x5B,0x5B,0x05,0x64 }; char PSW[0x200] = { 0 }; for (size_t i = 0; i <= 9; i++) { int lk = 0; while (true) { if ((Key2[i] ^ lk) == Key1[i]) { PSW[i] = lk; break; } lk++; } } printf("PSW:%s", PSW); getchar(); return 0; }
收藏0回复 显示全部楼层 道具 举报 打印
所发布的原创教程数量大于10篇
为论坛做出的贡献,不是常人所能达到的!为论坛美化和运营付出辛勤的汗水!
小黑屋|手机版|站务邮箱|学逆向论坛 ( 粤ICP备2021023307号 )|网站地图
GMT+8, 2024-11-23 23:01 , Processed in 0.182818 second(s), 37 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.