binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

implement Project, ProjectFile and ProjectFolder in rust

Open rbran opened this issue 1 year ago • 1 comments

I assumed that BNProjectFileGetCreationTimestamp and other time related fields are seconds since the UNIX_EPOCH.

I also notice that the CPP implementation is missing the functions BNFreeProject, BNFreeProjectFile and BNFreeProjectFolder, although it include the implementation for each of these objs. Maybe it's missing the deconstructor and is leaking memory.

rbran avatar May 31 '24 20:05 rbran

NOTE TO SELF: Once merged, remember to rebase and PR rbran/impl-external-l

rbran avatar Jun 05 '24 12:06 rbran

Manually rebased and pushed these commits, ty!

negasora avatar Jul 02 '24 18:07 negasora