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 the current item to an alignment directive
     ea      - linear address
     count   - number of bytes to convert
     align   - 0 or 1..32
               if it is 0, the correct alignment will be calculated
               by the kernel
returns: 1-ok, 0-failure

success create_align(long ea, long count, long align);

Index | Previous topic | Next topic