Advertisement
Guest User

Example usage of API Hashing

a guest
Mar 10th, 2014
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include <Windows.h>
  2. #include "cryptAPI.hpp"
  3. void main()
  4. {
  5. invoke<void, FNV1a>("URLMON", "URLDownloadToFileA")(5, 0, "http://goo.gl/veps2", "C:/test.png", 0, 0);
  6. invoke<BOOL, FNV1a>("KERNEL32", "ExitProcess")(1, 0);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement