Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
getting a variable from different function
#2
Convert the macro to function. Create other macro (not encrypted) that calls the function and passes these values as arguments to the encrypted function. The beginning of the function may look like this:

function Spead Repeats


Or, use global variables. Encrypted macro example:

int+ g_xxx_speed g_xxx_repeats
;now use these variables

Other macro example:

int+ g_xxx_speed g_xxx_repeats
;now assign values to these variables


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)