Well, loadup acknex.dll in ollydbg, search for one the strings.
Add a memory/hardware breakpoint on access and call your ent_create or whatever.
After the execution it will break after or in the call, now read the pointer to the buffer (remind the reversed order of parameters in asm) and there are your bytes.
If I'll find a lil time I could check this for you too
