HyperDbg / gui

HyperDbg's Graphical User Interface (GUI)
Apache License 2.0
63 stars 10 forks source link

Create build.yml #137

Closed SinaKarvandi closed 1 month ago

ddkwork commented 1 month ago

copy bin not do .dll. .sys .exe copy into sdk/bin dir

ddkwork commented 1 month ago

https://github.com/HyperDbg/gui/blob/main/main_test.go#L27-L36

Last remove bin dir

SinaKarvandi commented 1 month ago

I'm not sure if I exactly understand what you mean. 🤨🤔

我不确定我是否完全理解你的意思。🤨🤔

SinaKarvandi commented 1 month ago

image

ddkwork commented 1 month ago

不,此时还不能build,这个状态的时候,所有头文件是刷新的,应该先执行单元测试触发auto bindgen

---Original--- From: "Sina @.> Date: Thu, Jul 4, 2024 20:48 PM To: @.>; Cc: @.**@.>; Subject: Re: [HyperDbg/gui] Create build.yml (PR #137)

image.png (view on web)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

ddkwork commented 1 month ago

😅 build流程如下

1 升级bin
2 升级sdk
3 执行单元测试bind
4 build
SinaKarvandi commented 1 month ago

Okay, I'll try to work on it tomorrow. Since the 'Master' branch of HyperDbg is also not updated. I have to go since it's late night here. Will continue working on it tomorrow.

好的,我明天会试着做一下。因为 HyperDbg 的“Master”分支也没有更新。现在太晚了,我得走了。明天会继续做。

ddkwork commented 1 month ago

okay

---Original--- From: "Sina @.> Date: Thu, Jul 4, 2024 20:55 PM To: @.>; Cc: @.**@.>; Subject: Re: [HyperDbg/gui] Create build.yml (PR #137)

Okay, I'll try to work on it tomorrow. Since the 'Master' branch of HyperDbg is also not updated. I have to go since it's late night here. Will continue working on it tomorrow.

好的,我明天会试着做一下。因为 HyperDbg 的“Master”分支也没有更新。现在太晚了,我得走了。明天会继续做。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

SinaKarvandi commented 1 month ago

Good night

晚安

ddkwork commented 1 month ago

Good night

---Original--- From: "Sina @.> Date: Thu, Jul 4, 2024 20:57 PM To: @.>; Cc: @.**@.>; Subject: Re: [HyperDbg/gui] Create build.yml (PR #137)

Good night

晚安

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

ddkwork commented 1 month ago

我将在处理完所有命令api相关事宜之后合并它,目前yml需要更改job顺序以及加入另外的job来配合构建逻辑。

SinaKarvandi commented 1 month ago

ok

ddkwork commented 1 month ago

看起来gui工程已经接近尾声了,很高兴这么快让gui达到初步可用状态,这个过程中我可能有些言语激烈,因为我性子急,语言冒犯之处还请你谅解。

SinaKarvandi commented 1 month ago

No worries. Thank you for working on this. You did a great job for the HyperDbg and the reverse engineering community. ❤️❤️❤️

不用担心。感谢您为此付出的努力。您为 HyperDbg 和逆向工程社区做出了巨大贡献。❤️❤️❤️

SinaKarvandi commented 1 month ago

Great. I'm currently working on designing a method for exporting JSON files for each command.

太棒了。我目前正在设计一种为每个命令导出 JSON 文件的方法。