Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~592 People Reached

4 Posted Topics

Member Avatar for zhouxuzhu1985

Hi, I've got a problem when I was using LoadLibrary function to load a library "MSVCR90.dll". It is a dll with manifest, but I don't know how to load this kind of library. Should I load the manifest first and how? Any suggestions will be OK. Thanks.

Member Avatar for zhouxuzhu1985
0
123
Member Avatar for skatamatic

I'm not sure, but every program is protected by paging. If you want to do this, you have to inject you code to the target program's address space.

Member Avatar for zhouxuzhu1985
0
160
Member Avatar for Hazer

Most of the codes have to be written in asm and c when writing OS. I don't think it's a good idea to write OS in c++. acctrually, I'm doing the same work for my project. It's hard, but you can't get rid of it.

Member Avatar for zhouxuzhu1985
0
188
Member Avatar for kalou

[QUOTE=kalou;723999]I have not attend any programing before...this is my first time...an i`m doing C++.... I studying in Kampala-Uganda.....i`ve been trying to finds books for beginners but i`ve yet get one....internet access here is very cheap...can somebody help me with the best website where i can get informations about the C++ …

Member Avatar for zhouxuzhu1985
0
121

The End.