Posted May 31, 201510 yr Very simple modded version, nothing special. CrackTest_.rar Edited May 31, 201510 yr by XenocodeRCE
May 31, 201510 yr Solution not full unpacked ConfuserExExpressionKiller + then i used CodeCracker's appfuscator tools (old one) to fix the parameters of constants decryptions methodsP.S: forget to mention that you need to modify AppFuscatorConstantFill.exe a little in order to fix all the parametersgo to method "GetTypeSize" (Token : 0x06000009)then change "System.Guid" to "System.Decimal"then save it good luck unpacked.rar Edited May 31, 201510 yr by n0th!ng
May 31, 201510 yr Author not full unpacked ConfuserExExpressionKiller + then i used CodeCracker's appfuscator tools (old one) to fix the parameters of constants decryptions methods P.S: forget to mention that you need to modify AppFuscatorConstantFill.exe a little in order to fix all the parameters go to method "GetTypeSize" (Token : 0x06000009) then change "System.Guid" to "System.Decimal" then save it good luck I take it as solved, since you only have to create a tool to statically remove the weak cflow. Few questions though : InvalidMD protection mark (0-10) ? Constant protection mark (0-10) ? What shall I improve / do ? Thanks for your answers
May 31, 201510 yr I take it as solved, since you only have to create a tool to statically remove the weak cflow. Few questions though : InvalidMD protection mark (0-10) ? Constant protection mark (0-10) ? What shall I improve / do ? Thanks for your answers InvalidMD protection mark (0-10) ? it really didn't bother me since i used de4dot after dumping it so i can't evaluate it Constant protection mark (0-10) ? this is much more better then last time but i believe it can be better then this (7/10) What shall I improve / do ? Constants protections you may add some initializing variable(like in CFG) , or you can use the method name for example as a decryption key (i have a sample i will send it to you) CFlow obfuscation , it is good as it is , but it was easy since i used CodeCracker's Tools , you can use native methods to do the operations like not or add ...etc and it is better to think about another way to store decrypted array of constants protections (off this unpackme) i tested your modded ConfuserEx's packer , it is better not to depend on a fixed values like when it calculates entrypoint token good luck i hope i helped you even a little Edited May 31, 201510 yr by n0th!ng
Create an account or sign in to comment