ppl, pliz, post compiled dll.
because i need to download visual studio to compile it only (350+ mb with 512 kbit/s Internet) =/
it isn't so hard to compile, but that's increase much time
ppl, pliz, post compiled dll.
because i need to download visual studio to compile it only (350+ mb with 512 kbit/s Internet) =/
it isn't so hard to compile, but that's increase much time
are you LoL? :horse: i think you are just not a noob.
1.PUSH *to AntiHack.dll Offset*
2.CALL DWORD PTR DS:[LoadLibraryA]
3.OR EAX,EAX
4.JE *EmptySpace* - If dll will not founded, it will crash the gs
5.PUSH *to Main() Offset*
6.PUSH EAX
7.CALL DWORD PTR DS:[GetProcAddress]
8.CALL EAX
9.JMP *EntryPoint*
1.before do the push search free offsets(DB 00) and right click on offset,Follow In Dump - > Section.Write the dll name(Right Click-> Binary->Edit) in the space that you selected(TEST.dll have 8 characters,select 8 spaces to write the TEST.dll if your dll name is T.dll it have 5 characters so you need 5 spaces).Do the push to the offset of the dll name.
2.Search LoadLibraryA offset in your main(you can easy see his offset because is used on some main functions)
3.write the code
4.JE to a free offset(DB 00)
5.like at step 1 only you need to write Main()(6 characters=>6 spaces)
6.write the code
7.same at step 2 but for GetProcAddress
8.write the code
9.JMP to entry point(the offset where main open)
In case you use more than 1 dll:
Code:
1.First DLL JMP must be offset of PUSH of the second DLL
2.Second DLL JMP must be the original offset
I hope you understand and you will can hook the dll!
no one will hook that for you. . . . all are working for theirself . . . But tommeg is mercyful. . . Hooking dll is simple, the guide almost at your eyes!
no one will hook that for you. . . . all are working for theirself . . . But tommeg is mercyful. . . Hooking dll is simple, the guide almost at your eyes!
I didn't ask for someone to hook it for me, i only asked to check and tell me what i was doing wrong. I know how to hook dlls.
when i hooked dll into the main it will not run... with no errors... close the main... i tried dlls from the second post and from post #169. i try to rename to just hooked worked dll.... close the main...
what's wrong?
sorry for english