To Fred or Freak: If I compile an exe that has a procedure
named "Unlock()" and a global variable named "unlocked",
can these be found in the final exe by a disassembler?
I'm worried that even if I can't see them with a hex editor,
they might show up when disassembled.
Compiled exe and proc/var names
Compiled exe and proc/var names
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Re: Compiled exe and proc/var names
you can confirm it yourself using podump or bindump on windows or nm on linux
they shouldn't show up in an exe, though if they were in a dll they could well be present
they shouldn't show up in an exe, though if they were in a dll they could well be present
Windows 11, Manjaro, Raspberry Pi OS


Re: Compiled exe and proc/var names
No, it's not stored in the final exe, unless you use the 'Runtime' keyword.


