原文:【bugku】【ZSCTF】【迷宮RE】Take The Maze WriteUp

Take The Maze 首先拿進PEID里查一下有沒有殼: 無殼,果斷拖進IDA。可是Graph View中找不到主程序的位置,在函數表里尋找主函數: 函數太多阻擾了我們找到主程序,運行一下程序找一些關鍵詞來搜索主程序位置: 得知主程序中應當含有 welcome to zsctf 字符串,在IDA中搜索來找到主程序: 成功找到主函數,雙擊進入主函數,F 出偽代碼: 可以看出輸入的KEY為 位由 ...

2018-12-14 20:27 0 1257 推薦指數:

查看詳情

bugku】【RE】file WriteUp

FILE   查殼后顯示無殼,拖進IDA:   運行程序時傳遞的第一個參數為一個文件名,並打開該文件。下面點進去encode函數分析一下:   for循環中每三個為一組,進行Base64的操 ...

Sun Dec 16 02:41:00 CST 2018 0 696
[LeetCode] The Maze III 迷宮之三

There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up (u), down (d), left (l) or right (r ...

Sat Apr 22 07:24:00 CST 2017 0 6953
[LeetCode] 490. The Maze 迷宮

There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up, down, left or right, but it won't stop ...

Fri Oct 26 12:26:00 CST 2018 0 1611
[LeetCode] 490. The Maze 迷宮

There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up, down, left or right, but it won ...

Thu Feb 09 19:57:00 CST 2017 10 18321
bugku—Web_Writeup

Bugku_Web_Writeup Writeup略顯粗糙~~ 部分Web題沒有得到最后的flag只是有了一個簡單的思路~ Web1: 如上,打開題目答題網址后就會彈出一張圖片,看圖片就可以發現是一段PHP源碼,通過對源碼的解析得出以下: 綜合分析: PHP源碼 ...

Sun Oct 06 10:19:00 CST 2019 0 648
Bugku - Misc圖窮匕見 - Writeup

Bugku - Misc圖窮匕見 - Writeup 原文鏈接:http://www.cnblogs.com/WangAoBo/p/6950547.html 題目 給了一個jpg圖片,下載圖片 分析 圖片下載后,先右鍵查看屬性,有如下發現: 圖片的標題圖窮flag ...

Tue Jun 06 19:18:00 CST 2017 8 4136
[LeetCode] 499. The Maze III 迷宮 III

There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up (u), down (d), left (l) or right (r ...

Fri Oct 26 12:47:00 CST 2018 0 1000
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM