XS-Pe Editor : Online help XS-PeEditor

Addresses

falign

This command changes the file section alignment.

Syntax:

falign <file_alignment>

Parameters:

file_alignment
Mandatory, hexadecimal number. The new file section alignment.

valign

This command changes the virutal (memory) section alignment.

Syntax:

valign <virtual_alignment>

Parameters:

virtual_alignment
Mandatory, hexadecimal number. The new memory section alignment.

rva2raw

This command translates a relative virtual address (RVA) into a file offset.
NB : Relative virtual address = Virutal address - Image Base

Syntax:

rva2raw <rva>

Parameters:

rva
Mandatory, hexadecimal number. The relative virtual address you want to convert to file offet.

va2raw

This command translates a virtual address <VA> into a file offset.
NB : Virtual address = Relative virutal address + Image Base

Syntax:

rva2raw <va>

Parameters:

va
Mandatory, hexadecimal number. The virtual address you want to convert to file offset.

raw2va

This command translates a file offset into a virtual address.
NB : Virtual address = Relative virutal address + Image Base

Syntax:

raw2va <raw>

Parameters:

raw
Mandatory, hexadecimal number. The raw (file) address you want to convert to virtual address.

raw2rva

This command translates a file offset into a relative virtual address.
NB : Virtual address = Relative virutal address + Image Base

Syntax:

raw2rva <raw>

Parameters:

raw
Mandatory, hexadecimal number. The raw (file) address you want to convert to relative virtual address.