Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
write 4 bytes to file
     handle    - file hanlde
     dword     - a 32-bit value to write
     mostfirst - 0 least significant byte is first (intel)
                 1 most  significant byte is first
returns: 0 - ok
Thread-safe function.

long writelong(long handle, long dword, long mostfirst);

Index | Previous topic | Next topic