自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 Enumerate the network adaptor in system

Just use GetAdaptersInfo() defined in iphlpapi.h, Link to Iphlpapi.lib.In the struct IP_ADAPTER_INFO you may get adaptor’s MAC, IPv4 addresses, gateways, and secondary WINS servers and so on. The Ad

2008-11-28 15:53:00 531

原创 Function name mangling in DLLs

-- DLL notes 3 of Windows via C/C++> Normally, C++ compilers mangle function and variable names. And there are some ways to change the way compilers mangling: extern "C"Using extern "C" tells the co

2008-11-28 15:51:00 651

原创 DLL file mapping

        -- DLL notes 2 of Windows via C/C++> Let’s begin this topic with a question about exporting variables in DLL: Assume one process import a variable from a DLL, and change the value, then

2008-11-28 15:49:00 588

原创 Some common windows system DLL

    -- DLL notes 1 of Windows via C/C++>1.      windows system DLLsThe three most important DLLs in windows:Kernel32.dll, contains functions for managing memory, processes, and threads;User32.

2008-11-28 15:47:00 610

原创 Why I am so busy

Well after worked overtime till late night for the whole month, I am so tired both physically and mentally. Finally all the tests have past. I start to think why I am so busy.Thought time after time

2008-11-28 15:45:00 1282

原创 AES_ctr128

CTR is also an encryption mode, just use a counter as IV, and use IV’s cipher xor plain data by bytes.Cause x ^ y ^ y = x, we can see that the encrypt and decrypt function are the same. And as there

2008-11-27 21:18:00 6911

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除