how to do full decompile EXE? #EndRegion

07/03/2018 00:27 Stary Pen'#1
Decomlirer's can't got full code, bacause #EndRegion prevents to get the full code. Anybody got decompiler better than Exe2Aut.exe?
:pimp:
07/04/2018 12:04 Moneypulation#2
Can you provide an example where the code after EndRegion doesn't get decompiled? Just testet it and it works fine for me
07/14/2018 21:23 Stary Pen'#3
Quote:
Originally Posted by Moneypulation View Post
Can you provide an example where the code after EndRegion doesn't get decompiled? Just testet it and it works fine for me
for example code:
Code:
#EndRegion
Sleep(500)
MSGBox(1,2,3)
Exit
After decompile i'm got:

Code:
#EndRegion
07/15/2018 14:05 Moneypulation#4
Quote:
Originally Posted by Stary Pen' View Post
for example code:
Code:
#EndRegion
Sleep(500)
MSGBox(1,2,3)
Exit
After decompile i'm got:

Code:
#EndRegion
Ah I see, now I only get #EndRegion as well with Exe2Aut. You can use myAut2Exe instead then, where you don't have this problem: <link removed>
07/16/2018 00:03 Stary Pen'#5
Quote:
Originally Posted by Moneypulation View Post
Ah I see, now I only get #EndRegion as well with Exe2Aut. You can use myAut2Exe instead then, where you don't have this problem: [Only registered and activated users can see links. Click Here To Register...]
When i try decompile, i'm got error:

[Only registered and activated users can see links. Click Here To Register...]