Not login

164 questions

Sort by » date activity ▲ answers votes
0
votes
1
answer
87
views
nano code使用期限是多久? 升级后是否会收费?
2020-05-26 16:41:06 +0800 GDK
0
votes
2
answers
82
views
如何快速验证GDK7是否正确连接?
2020-05-26 17:25:47 +0800 NCADMIN
0
votes
1
answer
36
views
如何有效地使用Nano Bell?
2020-05-26 19:53:42 +0800 NCADMIN
0
votes
1
answer
75
views
如何注册成为GDC会员并开始使用Nano Code?
2020-05-26 20:21:07 +0800 NCADMIN
0
votes
1
answer
55
views
在使用DCI调试时,建立会话后,break按钮会变亮,但是点击break图标没有反应
2020-05-27 10:00:18 +0800 GDK
0
votes
1
answer
85
views
第一次怎样快速入门GDK7??
2020-05-29 19:34:34 +0800 LittleFish
0
votes
0
answers
54
views
假设需要调试windows启动早期的执行逻辑, 在用传统方案调试windows时, 重启target, host上的windbg可以自动中断在内核入口(也许不是严格意义上的最早期入口点, 但相对还是比较早). 在用nanocode调试时, 如何实现同样的效果呢?
2020-05-30 22:06:00 +0800 dbger
0
votes
1
answer
45
views
![image description](http://)
2020-05-31 12:35:51 +0800 祸害一方
0
votes
1
answer
59
views
我想用Intel的Python接口来控制GDK7,应该如何操作?
2020-05-31 22:09:06 +0800 NCADMIN
0
votes
1
answer
76
views
在以DCI Exdi方式开始调试时,点击确定后,很快就调试调试会话结束,像下图这样,这是为什么? ![image description](/nanobell/upfiles/159091078653254106221.png)
2020-06-01 14:14:52 +0800 gdman
0
votes
1
answer
31
views
主要是因为发现好像和windbg不是完全的同比,比如 !process 0 0 这个就好像不支持的样子。。。。
2020-06-01 20:58:27 +0800 gdman
0
votes
1
answer
70
views
Host主机:windows10版本1909; 操作步骤:安装Intel System Studio,安装nanocode,重启host主机,启动GDK7的windows系统,再通过USB3接口连接host主机与GDK7; 问题:在host主机的设备管理器中一直未能识别到DCI设备,请问该怎么排查? ![image...
2020-06-01 21:02:52 +0800 gdman
0
votes
1
answer
84
views
如何使用Nano Debugger连接和调试GDK7?
2020-06-02 14:07:10 +0800 GDK
0
votes
1
answer
33
views
nano debugger报错信息如下: intelppm!C1Halt+0x2: fffff804`5d484332 c3 ret !process 0 0 SECURE: File not allowed to be loaded - C:\WINDOWS\system32\dbghelp.dll Error code: Win32 error...
2020-06-04 10:31:44 +0800 gdman
0
votes
1
answer
35
views
Nano Code官方要求是windows10系统,请问windows8 或者windows7等老版本操作系统不能运行的原因是缺少什么?或者有什么功能导致只能在windows10下运行? 从简单测试看 Intel(R) System Studio 可以在windows7下运行
2020-06-04 10:32:30 +0800 gdman
0
votes
1
answer
37
views
我目前的情况是这样的 1.最开始我实际上nano没问题 2.但是后面我又用intel system studio 创建了 一个 new connnection。我想试试intel system debugger。结果连接不上。 然后我又选择了其他CPU类型,最后都不行。然后我尝试删掉这些连接。 之后我就发现nano也连不上了。
2020-06-04 10:35:48 +0800 gdman
0
votes
1
answer
36
views
在dci连接,做内核调试时,在进入调试前在哪里可以提前设置好sympath路径(不是默认的nano-debugger目录下的sym目录)?
2020-06-04 10:38:56 +0800 gdman
0
votes
1
answer
32
views
错误信息如下: 19:48:38#NB:GetDbgSymbolGroup 0 failed with 8000ffff 19:50:32#ND:Found api-ms-win-core-libraryloader-l1-1-0.dll 19:50:32#NB:Setup of extension loader has error 0x1.You...
2020-06-04 13:29:06 +0800 wowthsygnxygntn
0
votes
1
answer
54
views
![image description](/nanobell/upfiles/1590934424853712104964.jpg) 每次执行.thread命令都会报错。错误信息如附件贴图中所示。
2020-06-04 14:12:19 +0800 GDK
0
votes
1
answer
24
views
.process读取数据错误 .process Unable to read KTHREAD address 59558e0000101100 Unable to read KTHREAD address 59558e0000101100 Unable to get the current process data
2020-06-04 14:19:02 +0800 gdman
0
votes
2
answers
61
views
选择DCI Open连接方式可以中断被调试机,可以看到r命令的结果 选择DCI Exdi连接方式无法进行连接,错误如下, Nano Debugger (NDB) 1.0.228 Starting... Starting KD session type=usb3,proto=dcid,ipc=exdi,opt=rStart session failed...
2020-06-04 14:22:34 +0800 wowthsygnxygntn
0
votes
1
answer
41
views
我想把GDK7的系统重装成别的WIN10版本。但是我看说明书上说。 GDK7还会预装一个Nano Debugger目标机模块,用于支持符号化的linux内核调试。我好像碰到了这种情况 ![image description](/nanobell/upfiles/1591256492390972051291.jpg)
2020-06-04 16:23:51 +0800 gdman
0
votes
2
answers
32
views
我发现GDK7的BP好像是使用了DR寄存器。。这样的话在WIN10上面就没法调试PatchGuard了。因为PatchGuard会清空DR7。 但是IDA+vmware+GDB是可以的。。。所以我想请问下,咱们的GDK7可以把断点模式改成非DR下断么。
2020-06-04 20:22:51 +0800 gmh
0
votes
1
answer
13
views
使用的5月29号的版本,执行!process 0 0产生如下错误 !process 0 0 The call to LoadLibrary(ext) failed, Win32 error 0n2<br/> "The system cannot find the file specified."<br/> Please check...
2020-06-05 11:16:56 +0800 gdman
0
votes
1
answer
21
views
比如d命令,输入.d的话还能纠错,输入 .!d 就会导致报错进入busy了 报错信息: .!d <.shell waiting 1 second(s) for process> 'd' ?????????��?????��?????????????????????�� ?��?��???��?????? ...
2020-06-05 19:03:07 +0800 NCADMIN
0
votes
2
answers
36
views
IntelExdiServer一直停在下面地方: Init Console with level 3[ 22065 ] --- Intel eXDI server [ 22065 ] --- Intel System Debugger Revision :2020.1-60ee2f9 [ 22065 ] --- Intel log severity...
2020-06-06 17:37:55 +0800 NCADMIN
0
votes
1
answer
17
views
怎样从nanobell里快速得到帮助?
2020-06-06 17:41:05 +0800 NCADMIN
0
votes
1
answer
52
views
![image description](/nanobell/upfiles/1591451413103871539114.png)
2020-06-06 22:09:38 +0800 gmh
0
votes
1
answer
41
views
DCI OPEN模式下ba访问断点蓝屏 ba r1 nt!NtOpenProcess 使用上面的指令,会导致蓝屏,请问这个有办法解决么。不想用DCI EXDI模式。。。
2020-06-07 09:05:28 +0800 gdman
0
votes
1
answer
22
views
dciopen 连接, bp nt!ntopenprocess 断下来后, 单步会有点问题: 1. 单步两次左右target蓝屏 2. 单步之后, 会中断在其他代码位置 ![image description](/nanobell/upfiles/1591453697643795446575.png)
2020-06-07 09:07:28 +0800 gdman
1 2 3 4 5 ... 6 next page »

Contributors

windy gravatar image victor gravatar image NCADMIN gravatar image henly gravatar image 我是小纳 gravatar image gdman gravatar image GDK gravatar image LittleFish gravatar image Mary gravatar image linkerrors gravatar image wowthsygnxygntn gravatar image yaowan gravatar image 祸害一方 gravatar image gmh gravatar image kernel gravatar image cxbin gravatar image
关闭