ctf-writeup/2020/flare-on/3_-_wednesday
2021-02-05 23:42:57 +07:00
..
wednesday add flare-on 2020 2021-02-05 23:42:57 +07:00
Message.txt add flare-on 2020 2021-02-05 23:42:57 +07:00
README.md add flare-on 2020 2021-02-05 23:42:57 +07:00
README.txt add flare-on 2020 2021-02-05 23:42:57 +07:00

Every object is assigned a number in Nim,

0x0044df68 is Player 0x0044def8, 0x0044dea4 is Obstacle

Player[0xf8] compare Obstacle[0xf8]

it is contained in the first member

Run these command in Windbg to by pass the check

bp 0x00432232 "r sf=1;g"
bp 00432356 "r @eax=@edx;g"