Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.17 KB

cexplore_bridge.md

File metadata and controls

11 lines (7 loc) · 1.17 KB

CExplore Bridge

To use the CExplore Bridge plugin, click on the Tools | Settings menu. In the Plugins tab activate the plugin.

Then click on Tools | Plugins | CExplore Bridge. Click on Start Server. It starts a websocket server on port 10241 that the CExplore instance in the webbrowser can connect to for communication.

Copy the JavaScript code using the button and create a bookmark with it. Open CExplore and click on the bookmark (or directly copy the JavaScript code to the address bar and add javascript: in front of it). If everything works a message Connected should appear in the top bar of CExplore.

To upload a function with the NONMATCH or ASM_FUNC macros to CExplore, enter its name into the Function name field and press Upload to CExplore. The asm code and if available the nonmatching C code should appear in CExplore.

While editing add new includes and external definitions below the // end of existing headers line. If the function is (almost) matching, put it back to the corresponding file by pressing the Download to file button and then reviewing the code.