MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / base_name

Function base_name

view/kernelcache/core/KernelCache.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 std::string base_name(std::string const& path)
144 {
145 return path.substr(path.find_last_of("/\\") + 1);
146 }
147
148#pragma clang diagnostic push
149#pragma clang diagnostic ignored "-Wunused-function"

Callers 1

LoadHeaderForAddressMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected