Hi, i want to search for a WideString (UText) in memory. It is no static address, so the application has to find the offset itself... (c sharp)
Anyone know how to do this?
(string has 6 characters)
Hi, i want to search for a WideString (UText) in memory. It is no static address, so the application has to find the offset itself... (c sharp)
Anyone know how to do this?
(string has 6 characters)
Last edited by Amrok; 02-02-2011 at 09:13 AM.
thanks ^^ forgot that
FindPattern("XX XX XX XX XX XX", "xxxxxx"); <- x = anything, 6 char?