Results 1 to 5 of 5
  1. #1
    ~dNkN!'s Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Fine

    [Q] memory editing

    hi,

    is there any way to write FLOAT value using memcpy()?

    Code:
    DWORD address = 0x0064B50C;
    FLOAT value[] = { 312, 628, 1048 };
    
    memcpy((void*)&address,(void*)((FLOAT)value[1]),4);
    this code gives me a crash :<

  2. #2
    Kallisti's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,019
    Reputation
    52
    Thanks
    376
    My Mood
    In Love
    Maybe .

    未来が見えなくて怖いから
    未来が見えてしまって悲しいから
    目を閉じて優しい思い出に浸ってしまう




  3. #3
    inmate's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Bottrop, NRW, Germany
    Posts
    131
    Reputation
    10
    Thanks
    194
    My Mood
    Amazed
    Last edited by Hell_Demon; 07-20-2010 at 08:04 PM.

  4. #4
    lilneo's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Canada
    Posts
    217
    Reputation
    8
    Thanks
    28
    Quote Originally Posted by TailsTehFox View Post
    Maybe .
    Don't answer if you're going to do that.

  5. #5
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    memcpy = injected
    injected = use *(float*)addy = 100.0f;
    Ah we-a blaze the fyah, make it bun dem!

Similar Threads

  1. help memory editing Steam
    By kibbles18 in forum C++/C Programming
    Replies: 5
    Last Post: 12-04-2010, 04:46 PM
  2. Memory edits
    By Timer150150 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 09-05-2010, 07:02 AM
  3. [Tutorial] Basic C++ Game Hacking (Memory Editing)
    By Tukjedude in forum C++/C Programming
    Replies: 17
    Last Post: 06-05-2010, 08:23 AM
  4. memory editing idea/help
    By ihacksumtimes in forum Combat Arms Help
    Replies: 1
    Last Post: 01-09-2010, 02:43 AM
  5. Memory editing Last chaos?
    By Darkendnox in forum General Game Hacking
    Replies: 3
    Last Post: 12-09-2006, 08:25 AM