The text of this article is not in this database — only its details are. Read it on the old site: Disassembler Mechanized: Part 4
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Disassembler Mechanized: Part 4
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Sam HobbsPosted Apr 10, 2015, 5:47 PM
For the benefit of others, note that since the Windows API MessageBox function is in User32.dll it is best to not use it in a DllMain, it is not guaranteed to work. The MSDN documentation says to not call any function in User32.dll from a DllMain. See: https://msdn.microsoft.com/en-us/library/windows/desktop/dn633971(v=vs.85).aspx#general_best_practices