[Admin] tierrilopes Posted September 30, 2016 Share Posted September 30, 2016 Primeiramente, o binário disponibilizado aqui no fórum já bloqueia por defeito este unpacker. Como medida adicional podem terminar o processo. O processo adquire sempre um de dois nomes: cmd.exe conhost.exe Não lhe é possível modificar esse valores para outros, por isso em combinação com o binário aqui disponibilizado isto chega para o bloquear. Ir até ao ao ficheiro UserInterface/Locale.cpp: Adicionar este include debaixo dos outros: Hidden Content Give reaction to this post to see the hidden content. Debaixo do include adicionado, colocar o seguinte código: Hidden Content Give reaction to this post to see the hidden content. Procurar por: Hidden Content Give reaction to this post to see the hidden content. Adicionar debaixo: Hidden Content Give reaction to this post to see the hidden content. NOTA: Caso utilizem um platform toolset com _xp, ao detectar o unpacker o cliente poderá não responder e encerrar-se. Para tal uma solução: Solução (mudar toolset): Selecionar todos os projectos no visual studio Clique lado direito Properties Configuration Properties General Em Platform Toolset selecionar Visual Studio 2013 (v120) Clique lado direito no projecto e Rebuild All Link to comment Share on other sites More sharing options...
theoden1 Posted December 24, 2017 Share Posted December 24, 2017 Olá quando eu quiser desligar, está fora:::1>..\..\source\UserInterface\Locale.cpp(38): error C2065: 'Terminate_Scan' : undeclared identifier 1>..\..\source\UserInterface\Locale.cpp(38): error C2660: 'CreateThread' : function does not take 5 arguments ?? Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 24, 2017 Author Share Posted December 24, 2017 Olá, só tens de seguir os passos exatamente como estão descritos. Link to comment Share on other sites More sharing options...
theoden1 Posted December 24, 2017 Share Posted December 24, 2017 Hidden Content Give reaction to this post to see the hidden content. Você não poderia me colocar porque, de qualquer forma, estou tentando não ter sucesso:? Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 25, 2017 Author Share Posted December 25, 2017 I can write it in english to be easier without translate: Go to file UserInterface/Locale.cpp Under the other includes add this: Hidden Content Give reaction to this post to see the hidden content. Under the include you just added, paste this code: Hidden Content Give reaction to this post to see the hidden content. Look for: Hidden Content Give reaction to this post to see the hidden content. Add this bellow: Hidden Content Give reaction to this post to see the hidden content. Follow the tutorial just as it is described and you cant have errors on it, just follow EXACTLY as it is described. I wont do it for you as tutorial exists for a reason. Link to comment Share on other sites More sharing options...
theoden1 Posted December 25, 2017 Share Posted December 25, 2017 Same mistake please check out what's in it Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 25, 2017 Author Share Posted December 25, 2017 You're not understanding the tutorial properly, read this part again: « Under the include you just added, paste this code: » You're placing the code at end of the file, when you need to add it just after the include you added on the file. Otherwise you will have that error, because you're calling a function before it was declared Link to comment Share on other sites More sharing options...
theoden1 Posted December 25, 2017 Share Posted December 25, 2017 Anyway I try not to succeed please help me Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 25, 2017 Author Share Posted December 25, 2017 Sorry but no. I gave you all the information you need to fix the error, if i do it for you and it happens again you wont know what to do. Link to comment Share on other sites More sharing options...
theoden1 Posted December 25, 2017 Share Posted December 25, 2017 Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 27, 2017 Author Share Posted December 27, 2017 On 25/12/2017 at 6:06 PM, theoden1 said: You didnt replied so i guess you couldnt fix the issue. The problem was that you were calling the function before defining it first. In the tutorial i say to add the code after the "include", at the begining of the file, but you probably misread and added it at the bottom of the page. In attachment its your fixed file, please compare both to understand what you did wrong. Regards Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
AprendizM2 Posted March 24, 2018 Share Posted March 24, 2018 posso adcionar outras extensoes aqui ? Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now