diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-04-23 22:40:56 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-07-01 16:29:22 -0400 |
| commit | eacaabe461d4f9c2337854ce5dd304fcacd01a10 (patch) | |
| tree | b09c6dac215d8c13705d7c48b37683cc9b2f61b3 | |
| parent | 61f05f9b89be4c3b7ec2ad2038597a8e689ed346 (diff) | |
BNCopyFile()
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
