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
Convert ascii string to a number
     str - a decimal representation of a number
returns: a binary number
See also ord() function
Thread-safe function.

long atol(string str);

Index | Previous topic | Next topic