If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
what language is used for tools like genie scout, fmm & mcfm?
The title say's it all.
I have a cousin who is into programming stuff. Does anybody have a clue which language these utilities are done? Genie Scout, FMM and MCFM (2005 backwards I think). I'm going to torment him to get cracking on something usefull for FM
11-20-2007, 12:09 AM
what language is used for tools like genie scout, fmm & mcfm? Post #2
I would assume Genie is written in C++ and FMM as well.
I've written a FM finance modifier in VB6 and it's very possible to do it in any language provided it's capable of doing such tasks as WriteProcessMemory and ofcourse, the programmer's knowledge of coding is sufficient.
11-20-2007, 06:33 AM
what language is used for tools like genie scout, fmm & mcfm? Post #6
FMM look like its made in Visual.net as older Visual Studio 6 is to hard to edit memory with and it looks like a project made in Visual studio. I would say Genie Scout is made in C or C++.
11-20-2007, 06:34 AM
what language is used for tools like genie scout, fmm & mcfm? Post #7
Originally posted by Riza:
I would assume Genie is written in C++ and FMM as well.
I've written a FM finance modifier in VB6 and it's very possible to do it in any language provided it's capable of doing such tasks as WriteProcessMemory and ofcourse, the programmer's knowledge of coding is sufficient.
I thought VB6 was useless for reading and writing memory of other processes?
11-20-2007, 05:14 PM
what language is used for tools like genie scout, fmm & mcfm? Post #8
But where is the data to work with? where are the files and how the data is coded? I feel quite noob because I work as soft developer, but I don't know where I can find this data.