MACRO EJMP n EQUB n EOR VE ENDMACROName: EJMP [Show more] Type: Macro Category: Text Summary: Macro definition for jump tokens in the extended token table Deep dive: Extended text tokensContext: See this macro in context in the source code References: This macro is used as follows: * RUTOK uses EJMP * TKN1 uses EJMP
The following macro is used when building the extended token table: EJMP n Insert a jump to address n in the JMTB table See the deep dive on "Printing extended text tokens" for details on how jump tokens are stored in the extended token table.
Arguments: n The jump number to insert into the table
[X]
Configuration variable VE = &57
The obfuscation byte used to hide the extended tokens table from crackers viewing the binary code
[X]