Hello,
i wanted to ask how can i give olly debug address as argument (using Debug->Arguments),for example my perl script contain the following string i want to give olly as argument when debbuging a target exe:
my $data="\x41"x30;
my ret="\x02\x13\x40\x00";
those strings are concatenated.
so i need to write in the arguments for olly AAAA...AAA (30 times) but i don't know what to give/write for the address representation.
if you can please advise.

