Jump to content

[SOLVED]Help with a Structure


Recommended Posts

How do I process this type of structure? I have never seen anything like this before :blink:

Also how do I create a structure like this in AutoIt using DllStructCreate? I need to create one in order to call ReadProcessMemory to copy a remote structure that's like this into my own process.

Edited by Codefuser
Link to comment
Share on other sites

They are two pointers, so you process it with DllStructCreate in this way:

DllStructCreate("ptr Flink; ptr Blink")

As msdn page says:

Quote

For more information about how to use LIST_ENTRY structures to implement a doubly linked list, see Singly and Doubly Linked Lists.

 

Edited by j0kky
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...