User Tag List

Results 1 to 5 of 5

Thread: Memory object.

  1. #1
    No Products Registered

    Join Date
    Apr 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Memory object.

    Hi. I Have a little problem with this extension.
    I have a game (GTA), which can display a string.
    Structure of this string is letter+null+letter+null...

    In Delphi, I can expressed it like that:
    MyString : String;

    [color:#23AC00]MyString := 'Hello world.';
    WriteProcessMemory(HandleWindow, Pointer($939028[/color][color:#CC0000] , PWideChar(MyString), (Length(MyString)+1)*SizeOf(WideChar)[/color][color:#23AC00], Written);[/color]

    How to express these red events?

    [size:8pt]Memory object has something like Write String.
    But I need to know, how to adjust size (bytes), how to write String as WideChar.[/size]

    I hope, that impossible things will be possible.

    For now, I already know, how to put pointer and other values.

  2. #2
    No Products Registered

    Join Date
    Apr 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory object.

    Bump.

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory object.

    Check the extensions. It seems there is one that allows you write to memory.

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory object.

    It sounds like he's already using it, but he wants to write a wide (Unicode) string. That's not currently possible (short of writing it manually byte-by-byte) but may be added in a future version.

  5. #5
    No Products Registered

    Join Date
    Apr 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory object.

    Well Jamie, updating memory object sound nice,
    possibility to write Unicode String and adjust, how many bytes I can use would be cool.

Similar Threads

  1. Memory Object - Additional Memory Types
    By Cudmuffin in forum Extension Development
    Replies: 0
    Last Post: 22nd November 2011, 11:43 AM
  2. Memory Object - Deallocate Memory??
    By LB in forum Extension Development
    Replies: 1
    Last Post: 1st June 2011, 10:26 PM
  3. Memory object
    By James in forum Released Extensions
    Replies: 2
    Last Post: 26th March 2011, 12:21 AM
  4. [bug] memory object and help
    By Grim in forum Extension Development
    Replies: 4
    Last Post: 5th June 2008, 06:33 AM
  5. Memory Object help/Bug
    By SEELE in forum File Archive
    Replies: 7
    Last Post: 9th May 2008, 04:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •