
Originally Posted by
LocaSimon
i didnt understand almot anything ! but just 1 thing you cant put your IP In The CabalMain.. IP Is For Language.enc .. in CabalMain you Put XOR Keys to Prevent Unpacking ur Files.. to PAck/unpack Ur Files use Balq Tools or Serach In Google For : Cabal ENC/DEC Packing Program that should help you :)
It is possible to put IP's in cabalmain and disable internal.txt file.
@boomtipbam
You can't never hide your IP's and Ports, its always show by using cmd then will check where client connecting to.
You may use a cabalmain with xtrap enabled, modify the 4 xor keys
Find this offset in your cabalmain using olydbg.
Code:
(0x42D470) XOR EAX,57 -> XOR EAX,?? // 4th XORKey
(0x42D482) XOR EAX,67 -> XOR EAX,?? // 3rd XORKey
(0x42D494) XOR EAX,65 -> XOR EAX,?? // 2nd XORKey
(0x42D4A5) XOR EAX,92 -> XOR EAX,?? // 1st XORKey
You can change the xor with your own. Then pack your enc's with your modified xor keys. Also don't forget to pack your cabalmain with a good exe packer.