I got some errors trying to use that function on windows, because it didn't split correctly. I stumbled upon this in the python documentation: https://docs.python.org/2/library/os.html#os.sep I changed the relevant line using their recommendation. 2016-08-18Add API to execute code on the main threadRusty Wagner 2016-08-18Add Python script provider for UI Python consoleRusty Wagner 2016-08-16fixing parse_types_from_source againplafosse 2016-08-16Fixing documentation for parse_types_from_sourceplafosse 2016-08-16Documenting classes BinaryReader/Writer, Architecture, Platform, also the ↵plafosse standalone functions 2016-08-12Adding lots more documentation, adding helper disassembly functionsplafosse 2016-08-06Lots more documentation, adding a get_disassembly and get_next_disassembly ↵plafosse convenience functions 2016-08-03few more offset to addr changesJordan Wiens 2016-08-01variable cleanup in documentation missed a fewJordan Wiens 2016-07-30few small doc tweaksJordan Wiens 2016-07-30More BinaryView documentationplafosse 2016-07-30Inital documentation of BinaryViewplafosse 2016-07-30Add API to find data in a binary viewRusty Wagner 2016-07-29Add API to set display type of integersRusty Wagner 2016-07-28Add API to remove user functionRusty Wagner 2016-07-27small typo in data buffer classJordan Wiens 2016-07-27Add APIs to add user typesRusty Wagner 2016-07-23Add endian argument to registering archs with viewsRusty Wagner 2016-07-22Add API to set type of functionRusty Wagner 2016-07-20Add API for previous start of basic blockRusty Wagner 2016-07-20Add notifications for data variablesRusty Wagner 2016-07-19Adding APIs for data variablesRusty Wagner 2016-07-15Cap opcode display length to max instruction length in Python APIRusty Wagner 2016-07-15Add API for instruction length and option for showing opcodes in disassemblyRusty Wagner 2016-07-12Add token and line types for function headers in linear viewRusty Wagner 2016-07-11Rename API to be more accurateRusty Wagner 2016-07-11Add APIs for querying data and code before address, and add settings ↵Rusty Wagner parameter to linear disassembly position API 2016-07-10Merge branch 'dev' into linear_viewRusty Wagner 2016-07-10Add APIs for accessing linear disassemblyRusty Wagner 2016-07-09few small typos and add convenience getter/setter for function.nameJordan Wiens 2016-07-07Adding DemangleMS API and extending types for C++plafosse 2016-07-06Add API to get disassembly text for a basic block outside of a graphRusty Wagner 2016-06-30Add API for analysis progressRusty Wagner 2016-06-30remove sleep from sample pluginsJordan Wiens 2016-06-29Add analysis completion event and wait APIRusty Wagner 2016-06-02get_stack_contents_at* referenced an undefined variableRyan Stortz 2016-06-02fix padding bugs, no padding anywhere now but at least its consistentJordan Wiens 2016-06-02SVG export fixes for borderplafosse 2016-06-02properly escape higher unicode, use address instead of function in filename, ↵Jordan Wiens add indirect branch style, split style 2016-06-01missed a few colorsJordan Wiens 2016-06-01stylized svg and start of tooltipsJordan Wiens 2016-05-30Add IL instruction to promote bool to int, used for MIPS jump tablesRusty Wagner 2016-05-30Add APIs for querying stack variable values and parameters by indexRusty Wagner 2016-05-25Adding API to retrieve basic block annotationsRusty Wagner 2016-05-25Fix formatting of negative hex valuesRusty Wagner 2016-05-25Extending register value system to include ranges and lookup table valuesRusty Wagner 2016-05-24Early prototype for svg export. Needs more styles, possibly fix clickable ↵Jordan Wiens links, however, and zoom. 2016-05-24return instead of assignment to resultJordan Wiens 2016-05-21proper types, fixes #253Jordan Wiens