Jump to content

Recommended Posts

  • Replies 1.6k
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

hi all

does any one can share this expert?

website :http://dollarfinder.net/live-statement.php

 

thanks regards

 

you need to start a new thread and start the subject line with [req] dollarfinder

 

This thread is for people that need a .ex4 made into a .mq4.. but now that dekomp is available doubt many come here much..

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

I have a question about the EAs and decompilers. All of decompiled source have similar variable names to gi_123 or li_0 . Not so easy to understand the codes. Where the problem is? The developers write this variable names or the decompiler give me just a hardest way?

Sorry for my bad english.

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

I have a question about the EAs and decompilers. All of decompiled source have similar variable names to gi_123 or li_0 . Not so easy to understand the codes. Where the problem is? The developers write this variable names or the decompiler give me just a hardest way?

Sorry for my bad english.

 

 

It is the way it is written.. its supposed to be that way

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

Since the original variable names not stored in the ex4, it is generates unique variable names.

gi_ means global scope integer

gd_ means global scope double

gs_ means global scope string

ga_ means global array

li_ local integer

ls_ local string

ld_ local double

 

Watch out, the local variables can be in multiple procedures.

 

Br.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...