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
Donaters