Replies: 99 comments 43 replies
-
目前剩下的所有issue list几乎都需要在今天您测试的start命令执行成功后才能快速修复它们,所以明天开始的重要任务就是今天你做的测试,start目前属于非常紧急任务。 |
Beta Was this translation helpful? Give feedback.
-
Okay, I'll create the SDK API for the 'start' command. But before the 'start' command I should make the connection for the Debugger Mode. First, you need to connect to the Debugger Mode, after that, you could use the '.start' command. I'll try to finish both of them today. 好的,我将为“start”命令创建 SDK API。但在“start”命令之前,我应该为调试器模式建立连接。首先,您需要连接到调试器模式,之后,您可以使用“.start”命令。我会尝试今天完成它们两个。 |
Beta Was this translation helpful? Give feedback.
-
how to get kernel base address from api |
Beta Was this translation helpful? Give feedback.
-
ok
…---Original---
From: "Sina ***@***.***>
Date: Fri, Jul 12, 2024 17:10 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
Let me create one function for you.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
git pull the 'dev' branch and use this function:
|
Beta Was this translation helpful? Give feedback.
-
ok
…---Original---
From: "Sina ***@***.***>
Date: Fri, Jul 12, 2024 17:27 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
git pull the 'dev' branch and use this function:
***@***.***
UINT64 hyperdbg_u_get_kernel_base();
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Start有什么进展吗?这个问题严重影响项目进度 |
Beta Was this translation helpful? Give feedback.
-
Yes, I'm currently working on it. First I need to provide the '.debug' command's functionality for you. Because if the '.debug' is not exported in SDK, you cannot use the '.start' without it. 是的,我目前正在研究它。首先我需要为您提供“.debug”命令的功能。因为如果 SDK 中未导出“.debug”,则您无法在没有它的情况下使用“.start”。 |
Beta Was this translation helpful? Give feedback.
-
好的,完成了这一步就可以测试各种调试事件了。单步执行,返回,批量设置断点,跟踪立即数,忽略异常什么的。期待您尽快让start工作。我不知道如何在VMware里面使用它,是不是要开启两个gui?
…---Original---
From: "Sina ***@***.***>
Date: Fri, Jul 12, 2024 18:11 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
Yes, I'm currently working on it. First I need to provide the '.debug' command's functionality for you. Because if the '.debug' is not exported in SDK, you cannot use the '.start' without it.
是的,我目前正在研究它。首先我需要为您提供“.debug”命令的功能。因为如果 SDK 中未导出“.debug”,则您无法在没有它的情况下使用“.start”。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Have you ever used HyperDbg in the 'Debugger Mode'? 您是否曾在‘调试器模式’中使用过 HyperDbg? https://docs.hyperdbg.org/using-hyperdbg/prerequisites/operation-modes#debugger-mode |
Beta Was this translation helpful? Give feedback.
-
我刚刚升级了go版本到1.22.5,你的机器上也需要升级,如果编译的话。
…---Original---
From: "Sina ***@***.***>
Date: Fri, Jul 12, 2024 18:11 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
Yes, I'm currently working on it. First I need to provide the '.debug' command's functionality for you. Because if the '.debug' is not exported in SDK, you cannot use the '.start' without it.
是的,我目前正在研究它。首先我需要为您提供“.debug”命令的功能。因为如果 SDK 中未导出“.debug”,则您无法在没有它的情况下使用“.start”。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
我再试一下,我忘记步骤了
…---Original---
From: "Sina ***@***.***>
Date: Fri, Jul 12, 2024 18:21 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
Have you ever used HyperDbg in the 'Debugger Mode'?
您是否曾在‘调试器模式’中使用过 HyperDbg?
https://docs.hyperdbg.org/using-hyperdbg/prerequisites/operation-modes#debugger-mode
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Do you have access to YouTube? If not, can you ask someone to download this playlist for you? https://www.youtube.com/playlist?list=PLUFkSN0XLZ-kF1f143wlw8ujlH2A45nZY It contains all of the examples of HyperDbg and how you can effectively reverse with HyperDbg. I think it gives you lots of ideas about how we use HyperDbg in terms of VMware and how we debug it. If you can watch these videos I think it would really helpful. 您是否可以访问 YouTube?如果没有,您可以请别人帮您下载此播放列表吗? https://www.youtube.com/playlist?list=PLUFkSN0XLZ-kF1f143wlw8ujlH2A45nZY 它包含 HyperDbg 的所有示例以及如何使用 HyperDbg 有效地进行逆向。我认为它为您提供了很多关于我们如何在 VMware 中使用 HyperDbg 以及如何对其进行调试的想法。如果您能观看这些视频,我认为这会非常有帮助。 |
Beta Was this translation helpful? Give feedback.
-
很难,我认识的人喜欢计算机的基本没有,更别提编程和vpn了
…---Original---
From: "Sina ***@***.***>
Date: Fri, Jul 12, 2024 18:28 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
Do you have access to YouTube? If not, can you ask someone to download this playlist for you?
https://www.youtube.com/playlist?list=PLUFkSN0XLZ-kF1f143wlw8ujlH2A45nZY
It contains all of the examples of HyperDbg and how you can effectively reverse with HyperDbg. I think it gives you lots of ideas about how we use HyperDbg in terms of VMware and how we debug it. If you can watch these videos I think it would really helpful.
您是否可以访问 YouTube?如果没有,您可以请别人帮您下载此播放列表吗?
https://www.youtube.com/playlist?list=PLUFkSN0XLZ-kF1f143wlw8ujlH2A45nZY
它包含 HyperDbg 的所有示例以及如何使用 HyperDbg 有效地进行逆向。我认为它为您提供了很多关于我们如何在 VMware 中使用 HyperDbg 以及如何对其进行调试的想法。如果您能观看这些视频,我认为这会非常有帮助。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I added SDK APIs to connect to the remote debugger in the Debugger Mode. However, exporting the '.start' command has some technical difficulties. I try to finish and export it tonight, but it probably won't be ready tonight. You need to give me some time to fix some of the '.start' command issues. I estimate that it will be ready tomorrow. Meanwhile, I'll try to ask friends to see if I could find a VPN service for you that works in China. I'll send you an email about the VPN soon if I find a solution for it. Don't worry, I will help you to connect to YouTube. 我在调试器模式下添加了 SDK API 以连接到远程调试器。 但是,导出 '.start' 命令有一些技术困难。我尝试在今晚完成并导出它,但今晚可能还无法准备好。你需要给我一些时间来解决一些 '.start' 命令问题。我估计明天就可以准备好了。 同时,我会试着问问朋友,看看我是否能为你找到一个在中国可以使用的 VPN 服务。如果我找到解决方案,我会尽快给你发一封关于 VPN 的电子邮件。别担心,我会帮你连接到 YouTube。 |
Beta Was this translation helpful? Give feedback.
-
我的意思是暂时我和你聊就可以了,不用等同步
…---Original---
From: "Sina ***@***.***>
Date: Mon, Jul 15, 2024 18:43 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
You need to wait until the global BOT is ready which synchronizes the messages. My friends are now working on it.
Can you pass the pointer of this function to the hyperdbg_u_set_text_message_callback?
//export goMessageHandler func goMessageHandler(text *C.char) C.int { fmt.Println(C.GoString(text)) return 0 }
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
okay, let me create an account. |
Beta Was this translation helpful? Give feedback.
-
我试一下,但是不是cgo语法
…---Original---
From: "Sina ***@***.***>
Date: Mon, Jul 15, 2024 18:43 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
You need to wait until the global BOT is ready which synchronizes the messages. My friends are now working on it.
Can you pass the pointer of this function to the hyperdbg_u_set_text_message_callback?
//export goMessageHandler func goMessageHandler(text *C.char) C.int { fmt.Println(C.GoString(text)) return 0 }
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Send it to email. |
Beta Was this translation helpful? Give feedback.
-
So, what's the solution? How can we use a callback in GO? Do you know any other ways? 🤔 那么,解决方案是什么?我们如何在 GO 中使用回调?你知道其他方法吗?🤔 |
Beta Was this translation helpful? Give feedback.
-
等一下,我试一下
…---Original---
From: "Sina ***@***.***>
Date: Mon, Jul 15, 2024 18:49 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
So, what's the solution? How can we use a callback in GO? Do you know any other ways? 🤔
那么,解决方案是什么?我们如何在 GO 中使用回调?你知道其他方法吗?🤔
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Please accept the connection in MS Teams. |
Beta Was this translation helpful? Give feedback.
-
I never used MS Teams before but it seems to be a platform for live meetings instead of a chatting platform like Telegram, or Slack. 我以前从未使用过 MS Teams,但它似乎是一个实时会议平台,而不是像 Telegram 或 Slack 这样的聊天平台。 |
Beta Was this translation helpful? Give feedback.
-
I joined the call, you need to accept it to let me in. |
Beta Was this translation helpful? Give feedback.
-
Hi, 嗨, |
Beta Was this translation helpful? Give feedback.
-
Do you have access to WhatsApp? I thought it was blocked in China. 你能使用 WhatsApp 吗?我以为它在中国被屏蔽了。 |
Beta Was this translation helpful? Give feedback.
-
If you have access to WhatsApp, can you create a group and send the link to my email? Please do not send private group links here (they should be emailed instead). 如果您可以使用 WhatsApp,您可以创建一个群组并将链接发送到我的电子邮箱吗?请不要在此处发送私人群组链接(应通过电子邮件发送)。 |
Beta Was this translation helpful? Give feedback.
-
Also, what happened to the GO callbacks? Is it fixed? 另外,GO 回调发生了什么?它修复了吗? |
Beta Was this translation helpful? Give feedback.
-
这个链接就是群组链接,我忘记你的邮件地址了
…---Original---
From: "Sina ***@***.***>
Date: Tue, Jul 16, 2024 17:18 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [HyperDbg/gui] Action needed from Sina 6 (Discussion #176)
If you have access to WhatsApp, can you create a group and send the link to my email? Please do not send private group links here (they should be emailed instead).
如果您可以使用 WhatsApp,您可以创建一个群组并将链接发送到我的电子邮箱吗?请不要在此处发送私人群组链接(应通过电子邮件发送)。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
你说的调用解析错误码api只能在解决这个之后才能使用,目前是绑定失败状态
#110
此外,我今晚实现了日志,反汇编,脚本,hex编辑器等的着色,只需处理下换行即可。
Beta Was this translation helpful? Give feedback.
All reactions