Difference between revisions of "Auto Assembler:loadBinary"
Jump to navigation
Jump to search
(→See also) |
|||
Line 34: | Line 34: | ||
== See also == | == See also == | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
+ | * [[Auto_Assembler:Commands|Auto Assembler Commands]] | ||
=== Related Commands === | === Related Commands === |
Latest revision as of 00:31, 13 January 2018
Auto Assembler loadBinary(Address, FileName)
Loads a binary file at the specified address.
Command Parameters[edit]
Parameter | Type | Description |
---|---|---|
Address | string | The address to load the binary file at |
FileName | string | The file name of the binary file |
Examples[edit]
loadBinary(SomeSymbol, someBinaryFile.bin)
loadBinary(00123ABC, someBinaryFile.bin)
Binary files are just text file with a explicit format; 2 byte groups separated with spaces, and 16 byte lines.
Binary file of NOPs 32 bytes (0x20) in size:
9090 9090 9090 9090 9090 9090 9090 9090 9090 9090 9090 9090 9090 9090 9090 9090