Advertisement
FlyFar

dropper_OS.h

Feb 18th, 2023
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | Cybersecurity | 0 0
  1. #ifndef __OS_H__
  2. #define __OS_H__
  3.  
  4. #include "StdAfx.h"
  5.  
  6. void CheckSystemVersion(BOOL bUknownBool);
  7.  
  8. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement