Giter Site home page Giter Site logo

lyshark / lyscript Goto Github PK

View Code? Open in Web Editor NEW
297.0 8.0 55.0 42.15 MB

x64dbgpy automated testing plugin

License: GNU General Public License v3.0

Python 56.48% C++ 30.89% C 12.63%
x64dbg x64dbg-plugin x64dbg-theme debugging dissassembler hacktoberfest security x86-64 x64dbgpy

lyscript's People

Contributors

lyshark avatar thinct avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lyscript's Issues

DebugControl.script_initdebug 的路径需要用引号包起来

LyScriptTools64/LyScriptTools64/init.py 1905行
LyScriptTools32/LyScriptTools32/init.py 1634行

return self.dbg.run_command_exec(f"InitDebug {path}")

需要改成
return self.dbg.run_command_exec(f'InitDebug "{path}"')

否则如果路径中含有空格的话,就无法正常打开。

64位插件在VMWare虚拟机导致虚拟机卡死

尊敬的作者您好,我在物理机上安装了您的插件,使用体验非常棒!但是在Win10虚拟机上安装插件以后却导致X64dbg无法运行,而且在一两秒之后整个系统失去响应,请问该如何解决?

get_all_breakpoint 出现struct.error

调用get_all_breakpoint, 经常返回False, 我把内部的exception logging下来发现是struct.error。
这个问题也不是必定出现,多跑几次可能可能又有正常情况。

ERROR:root:unpack requires a buffer of 24 bytes
Traceback (most recent call last):
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\site-packages\LyScript64\__init__.py", line 326, in get_all_breakpoint
    (address,enabled,hitcount,type) = struct.unpack("< q q i i",recv_bp)
struct.error: unpack requires a buffer of 24 bytes
  • 操作系统: windows10 64位
  • x64dbg 和LyScript都是readme中链接下载的,换了其他版本,也会出现以上情况。

请问这是什么问题?

插件效果反馈

作者您好,这款插件很不错,使用x64dbg调试时感觉更轻松了,有些东西也能够很轻松的实现。

希望能继续更新下去。

您好,感谢您的工具,我这边测试32位没问题,64位能够连接上,但是没法获取寄存器并且执行命令?

测试脚本:
from LyScript64 import MyDebug

if name == "main":
dbg = MyDebug(address="127.0.0.1")
connect_flag = dbg.connect()
print("isok:{}".format(connect_flag))

rax = dbg.get_register("rax")
RBX = dbg.get_register("RBX")
rip = dbg.get_register("rip")

# 检测套接字是否还在
ref = dbg.is_connect()
print("是否在连接: ", ref)
ref = dbg.is_debugger()
print(ref)
ref = dbg.is_running()
print(ref)

提示信息中isdebug以及isrunning均为false:
$ python test64.py
isok:1
是否在连接: True
False
False
测试程序目前在入口断点处

感谢!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.