![]() ![]() |
Jul 18 2008, 02:01 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Members Posts: 239 Joined: 27-February 08 From: Beach, South Carolina Member No.: 179285
|
Hi,
Im pretty new to programming, although i know a bit of VB and easier stuff... I was looking for a good language to pick up on that you could use to read/write into processes memory etc. Although i know any path would probally be long and hard lol, but what would be some good languages to look toward to do this? Thanks! |
|
|
|
Jul 18 2008, 02:17 PM
Post
#2
|
|
|
Coffee Aficionado ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2994 Joined: 14-July 04 From: Coffeeland Member No.: 24596 OS: Vista Ultimate x64
|
Im pretty new to programming, although i know a bit of VB and easier stuff... Then perhaps you might have picked a bit too complex a task for you to start with... I was looking for a good language to pick up on that you could use to read/write into processes memory etc. Some people are inevitably going to say C++ for this, but anything will work really. You just need to make the calls to the APIs required properly, and it'll work just fine. Look at VirtualQueryEx, or OpenProcess + ReadProcessMemory, etc. |
|
|
|
Jul 18 2008, 02:28 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Members Posts: 239 Joined: 27-February 08 From: Beach, South Carolina Member No.: 179285
|
QUOTE Then perhaps you might have picked a bit too complex a task for you to start with... lol what i meant is that im further along the line than "Hello World" haha but back to topic i've talked with a few employee's here at the shop and they rather suggest C# but... i guess like you said either way should get you from point a - b. I just didnt know if one language compared to another if there was a better one for this task, as i've never tried to do this yet haha |
|
|
|
Jul 18 2008, 02:34 PM
Post
#4
|
|
|
Coffee Aficionado ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2994 Joined: 14-July 04 From: Coffeeland Member No.: 24596 OS: Vista Ultimate x64
|
but back to topic i've talked with a few employee's here at the shop and they rather suggest C# Nothing wrong with that. It's my main/fav language personally. i guess like you said either way should get you from point a - b. Yep. Even crappy old VB6 can manage to do the required API calls... You just have to find which API calls you're going to make, how they have to be made (there's documentation for everything), and then implement code that does that. In most cases, you'll find existing/sample source code that does just that. |
|
|
|
Jul 19 2008, 05:05 AM
Post
#5
|
|
|
Member ![]() ![]() Group: Members Posts: 239 Joined: 27-February 08 From: Beach, South Carolina Member No.: 179285
|
thx for the help
|
|
|
|
Jul 20 2008, 04:44 PM
Post
#6
|
|
|
Newbie Group: Members Posts: 32 Joined: 28-May 06 Member No.: 97470
|
Depending on what your trying to do, you might be better using the language which the program you are attempting to read the memory from is written in then, data types can be alot easier to manage.
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 7th January 2009 - 05:41 PM |