-
-
[原创] KCTF 2022 Win. 第六题 约束与伪随机
-
发表于: 2022-11-28 14:50 6757
-
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [ 5 - - 8 ] [ 0 - 4 ]KCTF[ 9 - d] #ida_bytes.get_dword(0x40F000) #0x3bfc #[ida_bytes.get_dword(0x40F000+i*4) for i in range(20)] #ida_bytes.get_dword(0x40F050) #0x2bb6 #[ida_bytes.get_dword(0x40F050+i*4) for i in range(20)] import z3,ida_bytes x = z3. Int ( 'x' ) z3.solve(x> 0 ,x< 100000 ,(x * 0x343FD + 0x269EC3 ) / 0x10000 % 0x8000 = = ida_bytes.get_dword( 0x40F000 )) #[x = 14725] z3.solve(x> 0 ,x< 100000 ,(x * 0x343FD + 0x269EC3 ) / 0x10000 % 0x8000 = = ida_bytes.get_dword( 0x40F050 )) #[x = 83690] 即: 14725KCTF83690 |
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课
最后于 2022-11-28 14:57
被HHHso编辑
,原因:
赞赏
他的文章
- [原创] KCTF 2022 Win. 第六题 约束与伪随机 6758
- [原创] KCTF 2021 Win. 第二题 排排坐 21181
- [原创] KCTF 2021 Win. 第一题 算力与攻击模式 4124
- 鸿蒙通识 26079
- [原创] KCTF 2021 Spr. 第二题 未选择的路 9270
看原图
赞赏
雪币:
留言: