能力值:
( LV12,RANK:210 )
2 楼
直接读物理内存是可以的, 能不能写没有研究过
Ntdll.dll中有几个Native API可以达到读物理内存的目的, 如果我没记错的话, 应该就是这三个
NtOpenSection
NtMapViewOfSection
NtUnmapViewOfSection
看过一个程序好象是用这三个函数实现的, 可惜我没有查到这三个函数的详细信息
能力值:
( LV4,RANK:50 )
3 楼
Undocumented functions of NTDLL
http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/NT%20Objects/Section/NtOpenSection.html
NtOpenSection(
OUT PHANDLE SectionHandle,
IN ACCESS_MASK DesiredAccess,
IN POBJECT_ATTRIBUTES ObjectAttributes );
http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/NT%20Objects/Section/NtMapViewOfSection.html
NtMapViewOfSection(
IN HANDLE SectionHandle,
IN HANDLE ProcessHandle,
IN OUT PVOID *BaseAddress OPTIONAL,
IN ULONG ZeroBits OPTIONAL,
IN ULONG CommitSize,
IN OUT PLARGE_INTEGER SectionOffset OPTIONAL,
IN OUT PULONG ViewSize,
IN SECTION_INHERIT InheritDisposition,
IN ULONG AllocationType OPTIONAL,
IN ULONG Protect );
http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/NT%20Objects/Section/NtUnmapViewOfSection.html
NtUnmapViewOfSection(
IN HANDLE ProcessHandle,
IN PVOID BaseAddress );
能力值:
( LV12,RANK:660 )
4 楼
通过中断门试试~
能力值:
( LV12,RANK:210 )
5 楼
4-F的KmdKit中有一个PhyMemBrowser传上来给大家研究研究
没有用驱动
上传的附件:
能力值:
( LV4,RANK:50 )
6 楼
最初由 thebutterfly 发布 4-F的KmdKit中有一个PhyMemBrowser传上来给大家研究研究 没有用驱动
有源代码?太感谢了!
能力值:
( LV2,RANK:10 )
7 楼
如何读写物理内存?
如何读写物理内存?
看看
能力值:
( LV13,RANK:280 )
8 楼
以前写过一篇,应该在看雪的论坛精华5里面能找到
能力值:
( LV2,RANK:10 )
9 楼
顶一下,再顶一下行不?
能力值:
( LV2,RANK:10 )
10 楼
能写吗?能写吗?能写吗?