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
read 4 bytes from file
     handle  - file hanlde
     mostfirst  - 0 least significant byte is first (intel)
                  1 most  significant byte is first
returns: a 32-bit value
Thread-safe function.

long readlong(long handle, long mostfirst);

Index | Previous topic | Next topic