FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

techbliss/X64dbg_script_editor: x64dbg Script editor v2.0 · GitHub

Latest commit

 

History

67 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

x64dbg Script editor/ide

Python script runner and editor, for x64dbg python module.

dependencies

py2.7 Qt version 5.+ x86/64 machine

v.2.0 changelog

Fixed editor cant open twize( cant find editor).

Added font box Getting.

ready for debugger(added breakpoint boxes in editor).

Fix for GUI None Responsive while debugging.

import x64dbgpy 
from x64dbgpy.pluginsdk.x64dbg import *
x64dbgpy.pluginsdk.debug.Run()

fix 4k displays

Minor code fixes.

v.2.0 changelog Releaser 02.07.2017

Fix Qt app Crash ( Resolved by @bruce30262)

on the latest release x64dbg ,lost response

Fix Reopen not found

Build the plugin was build with my x64py template

This is made spesific for x64dbg python. if you wanna run it strict from windows unquote the last few lines in Editor_x64dbg.py

 ###################################################
 #              Author Storm Shadow                #
 #                   Hotkeys                       #
 #         NewFile:            Ctrl+N              #
 #         OpenFile:           Ctrl+O              #
 #         SaveFile:           Ctrl+S              #
 #         RunScript:          Ctrl+E              #
 #         Undo:               Ctrl+Z              #
 #         Redo:               Ctrl+Y              #
 #         SelectALL:          Ctrl+A              #
 #         Paste:              Ctrl+V              #
 #         ResetFolding:       Ctrl+R              #
 #         CircleFolding:      Ctrl+C              #
 #         PlainFolding:       Ctrl+P              #
 #         x64dbg homepage:    Ctrl+W              #
 #         X64dbg Irc          Ctrl+I              #
 #         PythonGit:          Ctrl+G              #
 #         Author:             Ctrl+B              #
 #         Enable Reg:         Alt+E               #
 #         Disable Reg:        Alt+D               #
 #         Zoom +:             CTRL+SHIFT++        #
 #         Zoom -:             CTRL+SHIFT+-        #
 #         Profile Code        Ctrl+Shift+ E       #
 #         Font Box            Ctrl+F              #
 ###################################################
 #              X64dbg  python Editor              #
 ###################################################

Without stylesheets

Here with custom stylesheets

Open in plugin menu

Font box

Breakpoint boxes

Donaters

Many thanks to for donating a opensource licence.

About

x64dbg Script editor v2.0

Resources

Stars

28 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL