Checking for variables in an enum
#2

Names of variables are not string. When code is compiled, names of variables and function are translated into memory addresses and the original names are irreversibly lost. This is also the reason why decompilers can never retrieve the code that was originally written, replacing function and variable names with generic terms such as var87 or sub_003c7f.

What you're trying to achieve is impossible.
Reply


Messages In This Thread
Checking for variables in an enum - by introzen - 19.03.2016, 22:16
Re: Checking for parameter in an enum - by Vince - 19.03.2016, 22:22
Re: Checking for parameter in an enum - by introzen - 19.03.2016, 22:26
Re: Checking for parameter in an enum - by IzadorO - 19.03.2016, 23:11
Re: Checking for variables in an enum - by introzen - 20.03.2016, 00:55
Re: Checking for variables in an enum - by introzen - 23.03.2016, 08:47

Forum Jump:


Users browsing this thread: 2 Guest(s)