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
 Action    name: MakeData
 
This command converts the current unexplored bytes to data. If it is not possible, IDA will warn you.

Multiple using of this command will change the data type:

 db -> dw -> dd -> float -> dq -> double -> dt -> packreal -> octa \;
 ^                                                                 |;
 \---------<----------------<--------------<-----------------------/;
You may remove some items from this list using setup data command.

If the target assembler does not support double words or another data type, it will be skipped.

 To create a structure variable, use Declare struct var command.
 To create an array, use Array command.
 To convert back, use Undefine command.
See also Edit submenu
Index | Previous topic | Next topic