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
create a function
     start, end - function bounds
                  If the function end address is BADADDR, then
                  IDA will try to determine the function bounds
                  automatically. IDA will define all necessary
                  instructions to determine the function bounds.
returns: !=0 - ok
note: an instruction should be present at the start address

success add_func(long start, long end=BADADDR);

Index | Previous topic | Next topic