Djrubenmp3 Injector's 2.0Hello here is my new injector: Virus total and Jotti: [x] [x] The download is below:
Nice Injector ^^ About 32 & 64 bit Injectors, the different thing is only in the code: Code: ---32Bit--- Use "Integer" -> example: Private pfnStartAddr As Integer So if you want to make it for 64Bit: Code: ---64Bit--- Use "Long" -> example: Private pfnStartAddr As Long Why? Code: Integer - support 32Bit systems. Long - support 64Bit systems.
Originally Posted by xTheCamels8 Nice Injector ^^ About 32 & 64 bit Injectors, the different thing is only in the code: Code: ---32Bit--- Use "Integer" -> example: Private pfnStartAddr As Integer So if you want to make it for 64Bit: Code: ---64Bit--- Use "Long" -> example: Private pfnStartAddr As Long Why? Code: Integer - support 32Bit systems. Long - support 64Bit systems. Thanks man