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-07-15Add API for instruction length and option for showing opcodes in disassemblyRusty Wagner 2016-06-30remove sleep from sample pluginsJordan Wiens 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-24Early prototype for svg export. Needs more styles, possibly fix clickable ↵Jordan Wiens links, however, and zoom. 2016-05-17Merge branch 'dev' of github.com:Vector35/binaryninja-api into devRusty Wagner 2016-05-17Merge branch 'iterators' of https://github.com/withzombies/binaryninja-api ↵Rusty Wagner into dev 2016-05-16add support for auto updatesJordan Wiens 2016-05-15updated readmeJordan Wiens 2016-05-15small tweaks and add current version to main menuJordan Wiens 2016-05-15sample plugin to view all release notes or downgradeJordan Wiens 2016-05-09small typoJordan 2016-05-09Adding an example plugin that shows how to resolve simple jump tables using ↵Rusty Wagner the API 2016-05-08Add additional IL stage for flags resolutionRusty Wagner 2016-05-03Add APIs for flag information and data flowRusty Wagner 2016-04-14Add an example that uses the interatorsRyan Stortz 2016-04-11adding readme, arm-syscall, bin-info, and breakpoint pluginsJordan Wiens 2016-04-11adding readme, arm-syscall, bin-info, and breakpoint pluginsJordan Wiens 2016-04-10Add MIT license for API wrappersRusty Wagner 2016-04-10Move all of API and Python bindings into api directoryRusty Wagner