Build this one: include \masm32\include\masm32rt.inc .data? buffer db MAX_PATH dup(?) .code start: invoke GetCurrentDirectory, MAX_PATH ...
確定! 回上一頁