XS-Pe Editor : Online help XS-PeEditor

Section's data

defrag

This command defragments sections data in the file.

Syntax:

defrag

load

This command loads data from a binary file to section.

Syntax:

char <id> <filename>

Parameters:

id
Mandatory. Id of section to load data in.
filename
Mandatory, file path string. File from where data are loaded.

save

This command saves data of a section to a binary file.

Syntax:

char <id> <filename>

Parameters:

id
Mandatory. Id of section to save data from.
filename
Mandatory, file path string. File to where data are saved.

space

This command calculates aviable space (maximum added value to enlarge it) for
each section (using aligment base).

Syntax:

space

view

Displays what will be the memory, just after application memory load, at given address.

Syntax:

view <address>

Parameters:

address
Mandatory, hexadecimal number. The address of memory zone to display.