mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[pki] application security improvements
* Also clean up registry variables and add IsRegistryNode() call
This commit is contained in:
parent
caa9b06426
commit
e2481efcd9
6 changed files with 40 additions and 15 deletions
|
@ -472,6 +472,7 @@ extern BOOL IsBootableImage(const char* path);
|
|||
extern BOOL AppendVHDFooter(const char* vhd_path);
|
||||
extern BOOL SetWinToGoIndex(void);
|
||||
extern int IsHDD(DWORD DriveIndex, uint16_t vid, uint16_t pid, const char* strid);
|
||||
extern char* GetSignatureName(const char* path);
|
||||
extern LONG ValidateSignature(HWND hDlg, const char* path);
|
||||
extern BOOL IsFontAvailable(const char* font_name);
|
||||
extern BOOL WriteFileWithRetry(HANDLE hFile, LPCVOID lpBuffer, DWORD nNumberOfBytesToWrite,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue