|
-
Dec 17th, 2008, 10:47 AM
#1
Thread Starter
Member
[RESOLVED] Address access
Hello All,
I was wondering if there is a way to access (read/write) to any address. I would like to do this using VB code. Please give an example or point me in the right direction.
Also, I'm not sure if this has to be done through a port of some sort so that information would also be helpful. Thanks.
-
Dec 17th, 2008, 11:30 AM
#2
Re: Address access
Do you want to add records to a database? If yes then have a look at my signature, it has a link on adding records.
-
Dec 17th, 2008, 11:34 AM
#3
Re: Address access
What kind of address are you referring to?
-
Dec 17th, 2008, 12:56 PM
#4
Re: Address access
If you mean physical memory address, it won't be easy, and the solution would be only pseudo-VB.
My usual boring signature: Nothing
 
-
Dec 17th, 2008, 07:04 PM
#5
Re: Address access
You should look at using C# for this. It's very similar to VB in a lot of ways, although the syntax is C-based, and it supports pointers in unsafe code. Also, you can't write to just any address. C# apps still can't read or write memory that is outside that allocated to them specifically.
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
|