|
-
Aug 18th, 2006, 12:08 AM
#1
Thread Starter
Lively Member
-
Aug 18th, 2006, 12:47 AM
#2
Re: Protecting EXE's Memory :/
Read by Whom????? Windows already protects your exe's memory. Why do you want to attempt this?
-
Aug 18th, 2006, 12:47 AM
#3
Re: Protecting EXE's Memory :/
I'm not quite sure, but i think that "Private" makes your reserved memory available only to you. But that's just an assumption 
edit: Try to reach a "Private" sub/function directly from another module. When you'll do that... maybe you'll be a step closer
-
Aug 18th, 2006, 12:48 AM
#4
Thread Starter
Lively Member
Re: Protecting EXE's Memory :/
@randem: memory editors (game cheaters)
@gavio: could you explain further?
-
Aug 18th, 2006, 12:50 AM
#5
Re: Protecting EXE's Memory :/
Look at my edit. Maybe it's just me... maybe i don't know how to programme, but... i can't reach a private variable/sub/function (anything that is private) from another module. But that's in the same EXE!! I can't even start to think about from another EXE.
-
Aug 18th, 2006, 12:53 AM
#6
Re: Protecting EXE's Memory :/
gavio,
That's just for the VB compiler and subsystem. It has no effect on the OS.
You can't hide memory, you can only encrypt it.
-
Aug 18th, 2006, 12:59 AM
#7
Thread Starter
Lively Member
Re: Protecting EXE's Memory :/
yet again, i said protect, not hide and you could rootkit to hide the process, but they could still get the hook via window/pID. thats why im pretty sure you'd haveto drop down to kernel level with a .sys file and protect it from there... idunno though
-
Aug 18th, 2006, 10:53 AM
#8
Re: Protecting EXE's Memory :/
They could go down to the kernel level and read it anyway. And that's only for data generated during runtime. Anything statically stored in the exe is always available on disk.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Aug 18th, 2006, 01:43 PM
#9
Thread Starter
Lively Member
Re: Protecting EXE's Memory :/
yes, they could, but most people just use the utilities available. they have no clue how to make their own. there is nothing important stored into the exe itself. thnk you for your input though, does anyone else ahave any
-
Aug 18th, 2006, 01:45 PM
#10
Re: Protecting EXE's Memory :/
That's true. Nothing important is stored in exe, looking from the data point of view. But looking from algorithm point of view, well, that's just another story
-
Aug 18th, 2006, 02:55 PM
#11
Thread Starter
Lively Member
Re: Protecting EXE's Memory :/
dingdingding we have a winner lol 
even if i did an algorithm to hide the values, it could be reverse engineered out x_x
thats why i need to block the functions overall... and im not sure what todo...
-
Aug 20th, 2006, 12:40 AM
#12
Re: Protecting EXE's Memory :/
huh... maybe if you make a .ini file and put it in some weird place.
c:\program files\fake program name\1548\some fake file\somewhere else\something\else\oh no\and here we go\settings.ini
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|