over 8 years ago
Reverse 題。
Binary 對 input 數值做一些計算,計算的方式寫在一個字串裡,由 interpreter 解析後做計算。
重新實作 interpreter,然後因為 input 範圍不大,可以暴力嘗試 256 × 32 種所有組合
找出的字串中,尋找符合 flag 格式的,僅有 ISG{Ppp0oo01i5h_pR3f1x_N0ta7iOn}
一組
Source code: wangrange.c