- 浏览: 7969 次
- 性别:
- 来自: 广州
最近访客 更多访客>>
最新评论
-
stealdream:
实在太好了,没有强大的IDE实在是太痛苦了。
我装好了插 ...
Descent Hacking -
oldrev:
支持一下,虽然对我来说VIM就是整个世界
Descent Hacking
文章列表
http://www.bankcomm.com/jh/cn/detail.jsp?c=1121231469100&id=1168824142100&cName=%3Cscript%3Ealert('hacker')%3C/script%3E&type=CMS.STD
- 2007-11-19 09:20
- 浏览 1077
- 评论(0)
Descent is a great IDE plugin for eclipse (D language) which takes advantage of ddbg debugging and the powerful eclipse texteditor.
And it comes to a stage nearly really usable. And I took a look at it.
The main problem of the descent is debugging. It doesn't feed the module name to ddbg, i.e. a ...
- 2007-08-17 15:23
- 浏览 2065
- 评论(2)
Clean up two old blogs, which was edited in opera (the edit box was so small). In firefox, I can review these blogs easily, and some clean up done.
NASM 0.99.01 was buggy for the 32bit/16bit codegen. When an instruction which access register and mem, it would be generated with 0x67 prefix for a 16bi ...
the API is designed in a way of weirdness. People call this API sending integer value to subsystem thru randomly choosed arg by the specific SPI_GETblahblah. Recently I posted MmGrowKernelStack patch to ReactOS. This internal func is for cut down the kernelstack memory. Cause most threads use only K ...
It's interesting to work with the subsystem. Recently I discovered a bug of CPL(Control Panel) in reactos. The original one didn't send SPI to subsystem, and also the way of sending is incorrect. How do we get system parameter set and sent to the kernel space and also updated in registry? It itse ...