Need help please

Programming, for all ages and all languages.
Post Reply
dabennos
Posts: 3
Joined: Sun Sep 18, 2011 4:03 am

Need help please

Post by dabennos »

solved thread can be deleted
Last edited by dabennos on Fri Sep 23, 2011 2:46 am, edited 1 time in total.
User avatar
gravaera
Member
Member
Posts: 737
Joined: Tue Jun 02, 2009 4:35 pm
Location: Supporting the cause: Use \tabs to indent code. NOT \x20 spaces.

Re: Need help please

Post by gravaera »

Yo:

Sorry can you please clarify your question? What exactly do you want? Stating why you want it is also usually useful.

--Peace out
gravaera
17:56 < sortie> Paging is called paging because you need to draw it on pages in your notebook to succeed at it.
User avatar
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

Re: Need help please

Post by Chandra »

That's right. If you need help, you need to clarify your problem. We cannot go through your code, find the problem for you and then provide the solution to it. That's not how this Forum works. We do hope that when you visit next time you'll have better clarification to your problem so that we will be able to help you in-exchange.
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
dabennos
Posts: 3
Joined: Sun Sep 18, 2011 4:03 am

Re: Need help please

Post by dabennos »

i try to implement a detour patch in some kernel functions for that i need to disable write protection to be able to write read only pages i do this by clearing wp flag in cr0 which is a general intel register...
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

Re: Need help please

Post by gerryg400 »

... and the question is ... ?
If a trainstation is where trains stop, what is a workstation ?
dabennos
Posts: 3
Joined: Sun Sep 18, 2011 4:03 am

Re: Need help please

Post by dabennos »

found mistake thank you
Post Reply