[CodeEngn] Basic RCE – Level 01
http://codeengn.com/challenges/basic/01
What value must GetDriveTypeA return in order to make the computer recognize the HDD as a CD-Rom
Google hàm GetDriveTypeA:
Return value
The return value specifies the type of drive, which can be one of the following values.
- DRIVE_CDROM
- 5
The drive is a CD-ROM drive.
→ flag = 5.
Recent comments