From eacaabe461d4f9c2337854ce5dd304fcacd01a10 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 23 Apr 2021 22:40:56 -0400 Subject: BNCopyFile() --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index 80f38350..0bda69b2 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -5005,6 +5005,7 @@ __attribute__ ((format (printf, 1, 2))) BINARYNINJACOREAPI bool BNIsPathRegularFile(const char* path); BINARYNINJACOREAPI bool BNFileSize(const char* path, uint64_t* size); BINARYNINJACOREAPI bool BNRenameFile(const char* source, const char* dest); + BINARYNINJACOREAPI bool BNCopyFile(const char* source, const char* dest); BINARYNINJACOREAPI char* BNGetParentPath(const char* path); BINARYNINJACOREAPI const char* BNGetFileName(const char* path); BINARYNINJACOREAPI const char* BNGetFileExtension(const char* path); -- cgit v1.3.1