adplus-dvertising
frame-decoration

Question

Which runtime library function does Cryptex use for printing messages to the console window?

a.

CryptEncrypt

b.

CreateFile

c.

ReadFile

d.

printf

Posted under Reverse Engineering

Answer: (d).printf Explanation:Cryptex uses the printf function from MSVCR71.DLL runtime library for printing messages to the console window.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which runtime library function does Cryptex use for printing messages to the console window?

Similar Questions

Discover Related MCQs

Q. What does the presence of the printf function in the runtime library list tell you?

Q. Which DLL module reveals that Cryptex apparently uses direct calls into Win32 File I/O APIs such as CreateFile, ReadFile, WriteFile, etc.?

Q. What does the use of the Windows Crypto API by Cryptex indicate?

Q. What library function does Cryptex use to print messages to the console window?

Q. How can a memory breakpoint be set in OllyDbg?

Q. What is a hash, according to MSDN?

Q. What is the purpose of the CryptCreateHash function?

Q. What does MD stand for in MD5?

Q. What is the purpose of the MD5 hashing algorithm?

Q. What are the two basic properties of MD5 and other cryptographic hashes?

Q. What is Cryptex doing with the data it is hashing?

Q. What does Cryptex do if the value in the global variable does not match the value stored in the Cryptex archive file?

Q. What is the purpose of cryptographic hashing algorithms?

Q. What are the two basic properties of cryptographic hashes?

Q. Which cryptographic hashing algorithm is used by Cryptex?

Q. What is the length of an SHA hash?

Q. What is the purpose of the CryptDeriveKey API?

Q. Why does Cryptex calculate an additional MD5 hash from the SHA hash?

Q. Why doesn't Cryptex store the SHA hash directly in the file header?

Q. Why does Cryptex calculate the MD5 password-verification hash from the SHA hash value and not directly from the plaintext password?