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-19updated wrong hotkeyJordan Wiens 2016-08-18jordan is sometimes exceedingly overly verboseJordan Wiens 2016-08-18add python console image and docsJordan Wiens 2016-08-18add python console image and docsJordan Wiens 2016-08-18Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens 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-17email change question and header fixJordan Wiens 2016-08-17minor docs update with troubleshooting sectionJordan Wiens 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-06Removing private member documentationplafosse 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-30fix hotkeysJordan Wiens 2016-07-30Inital documentation of BinaryViewplafosse 2016-07-30remove C++ as well for now, default to just pythonJordan Wiens 2016-07-30manually add classesJordan Wiens 2016-07-30remove C for nowJordan Wiens 2016-07-30point to proper interdocs urlJordan Wiens 2016-07-30ignore autogenerated source filesJordan Wiens 2016-07-30include patching and scc in the future docsJordan Wiens 2016-07-30comment out developer guidesJordan Wiens 2016-07-30releasable docsJordan Wiens 2016-07-30remove C documentation reference for nowJordan Wiens 2016-07-30Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens 2016-07-30new licensesJordan Wiens 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-28more work on getting started, new documentation help, remove head linksJordan Wiens 2016-07-28Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens 2016-07-28updated gitignore and add s3 website configs for docs and apiJordan Wiens 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-27use local theme instead of pip themeJordan Wiens 2016-07-27update path to mkdocs themeJordan Wiens 2016-07-26switch sphinx to rtd and upate pathsJordan Wiens 2016-07-26update mkdocs to work with offline file browsingJordan Wiens 2016-07-26adding modified sphinx_rtd with red colorJordan Wiens 2016-07-24add initial api documentation for C++, C, and Python generated with sphinx, ↵Jordan Wiens breathe, and doxygen mostly working on the framework, lots left undocumented 2016-07-24very early checkin of template for user-docs, only a few pages filled outJordan Wiens 2016-07-24markdown requires spaces instead of tabs, force it with a .editorconfig fileJordan Wiens