quarkslab / quarkspwdump

Dump various types of Windows credentials without injecting in any process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project does not compile in DEBUG mode

newsoft opened this issue · comments

Project compiles cleanly in RELEASE mode, but not in DEBUG mode.

Options to fix in DEBUG configuration, at least:

1/ Use MBCS encoding instead of Unicode.

2/ Add "./include/" as an additional include directory.

3/ Link with ESENT.LIB. Note: this could be set with the following line of code:

pragma comment(lib, "esent.lib")

Fixed in last commit.

Thx :)