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

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


Function FUN_001aee40 writes bytes: <syntaxhighlight inline lang="c">size_t __thiscall FUN_001aee40(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>
Function FUN_001aeb70 gets the size of a stream: <syntaxhighlight inline lang="c">size_t __thiscall StreamSize(AgPCStorageStream *this)</syntaxhighlight>
Function FUN_001aed60 [https://stackoverflow.com/questions/3348637/what-is-difference-between-fgetpos-fsetpos-and-ftell-fseek sets the position]: <syntaxhighlight inline lang="c">void __thiscall SetStreamPosition(AgPCStorageStream *this,fpos_t *param_2,undefined4 param_3)</syntaxhighlight>
Function FUN_001aea90 [https://stackoverflow.com/questions/3348637/what-is-difference-between-fgetpos-fsetpos-and-ftell-fseek gets the position]: <syntaxhighlight inline lang="c">fpos_t __thiscall GetStreamPosition(AgPCStorageStream *this)</syntaxhighlight>

Latest revision as of 21:27, 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)

Function FUN_001aeb70 gets the size of a stream: size_t __thiscall StreamSize(AgPCStorageStream *this)

Function FUN_001aed60 sets the position: void __thiscall SetStreamPosition(AgPCStorageStream *this,fpos_t *param_2,undefined4 param_3)

Function FUN_001aea90 gets the position: fpos_t __thiscall GetStreamPosition(AgPCStorageStream *this)