Talk:Danganronpa: Trigger Happy Havoc/Disassembly: Difference between revisions

From Spiral Framework
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:


Function FUN_001aec80 reads bytes: <syntaxhighlight inline lang="c">size_t __thiscall ReadFromStream(AgPCStorageStream *this,void *ptr,size_t count)</syntaxhighlight>
Function FUN_001aec80 reads bytes: <syntaxhighlight inline lang="c">size_t __thiscall ReadFromStream(AgPCStorageStream *this,void *ptr,size_t count)</syntaxhighlight>
Function FUN_001aee40 writes bytes: <syntaxhighlight inline lang="c">size_t __thiscall FUN_001aee40(AgPCStorageStream *this,void *ptr,size_t count)</syntaxhighlight>

Revision as of 21:13, 22 July 2022

  1. FUN_001ae6d0

Initialisation call to *(undefined ***)this = AgPCStorageStream::vftable;.

Format signature: void __thiscallFUN_001ae6d0(void *this,undefined1 param_1,undefined param_2,PrefixedNetstring *param_3,uint mode)

Function FUN_001aec80 reads bytes: size_t __thiscall ReadFromStream(AgPCStorageStream *this,void *ptr,size_t count)

Function FUN_001aee40 writes bytes: size_t __thiscall FUN_001aee40(AgPCStorageStream *this,void *ptr,size_t count)