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

Class String

rapidjson/document.h:1898–1902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1896 };
1897
1898 struct String {
1899 SizeType length;
1900 SizeType hashcode; //!< reserved
1901 const Ch* str;
1902 }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode
1903
1904 // implementation detail: ShortString can represent zero-terminated strings up to MaxSize chars
1905 // (excluding the terminating zero) and store a value to determine the length of the contained

Callers 11

get_form_inputMethod · 0.85
KeyMethod · 0.85
KeyMethod · 0.85
StringMethod · 0.85
KeyMethod · 0.85
StringMethod · 0.85
KeyMethod · 0.85
export_typeFunction · 0.85
export_functionsFunction · 0.85
export_data_varsFunction · 0.85
export_dwarfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected