- Open a new project
- Add a binary with no functions to the project
- Run the "WARP" -> "Create" -> "From Project" command
- Hit OK
After finishing notice that get_memory_usage_info() returns active binary view objects, this is because the binary was detected with no functions and the processor returned before closing the file (leaking the binary view in the process).
After finishing notice that
get_memory_usage_info()returns active binary view objects, this is because the binary was detected with no functions and the processor returned before closing the file (leaking the binary view in the process).