OldSchoolHack

Register / Login English

User Search: anothernewb

Search-Information
anothernewb
Threads
Thread Forum Last Post Posts Views
icon

Go to first new post MW3 geht mit OllyDbg nicht mehr Posted on: Sun 14. Oct 2012, 20:54

M4x1m

preview Preview

Go To Post

Keine Ahnung, vielleicht erkennt MW3 den Debugger.

Kenn mich mit der Materie aber nicht gut aus:
http://stackoverflow.com/questions/10330147/how-do-i-bypass-isdebuggerpresent-with-ollydbg

...

http://www.unknowncheats.me/forum/2-x-coding-and-tutorials/49700-bypass-aao-and-pb-anti-ollydbgchecks.html
Call of Duty: Modern Warfare 3

Tue 16. Oct 2012, 12:20

by Mantarochen Go to last post
4 504
icon

Go to first new post Daten finden CS:S (Multi-page thread 1 2) Posted on: Mon 15. Oct 2012, 01:32

anothernewb

preview Preview

Go To Post

Quote
ModulBases sind seit winxp random, musst also die funktion benutzen.
oder was meinst du mit Baseadresse?
Ich wollte herausfinden, wo ich die Base vom Modul (Die mir die Funktion gibt) im OllyDbg finde.

Muss ich die Base-Adresse MINUS die Adresse von meinem Flashtimer als Offset nehmen?
VB, C/C++, Delphi, etc

Tue 16. Oct 2012, 02:37

by anothernewb Go to last post
23 1260
icon

Go to first new post Daten finden CS:S (Multi-page thread 1 2) Posted on: Mon 15. Oct 2012, 01:32

anothernewb

preview Preview

Go To Post

So habe jetzt mal versucht die BaseAddress von der client.dll zu bekommen, klappt scheinbar nicht (liefert immer 0 zurück), ich tippe darauf, dass er die client.dll nur über die hl2.exe bekommt.

Was hab ich falsch gemacht?

CPP Code:
  1. #include <iostream>
  2. #include <windows.h>
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. HWND handle = NULL;
  8.  
  9. while(handle == NULL)
  10. {
  11. handle = FindWindow(NULL, "Counter-Strike Source");
  12. Sleep(100);
  13. }
  14. cout << "Counter-Strike Source wurde gefunden!" << endl;
  15.  
  16. cout << (DWORD)GetModuleHandle ("client.dll") << endl;
  17.  
  18. return 0;
  19. }
  20.  
VB, C/C++, Delphi, etc

Tue 16. Oct 2012, 02:37

by anothernewb Go to last post
23 1260
icon

Go to first new post Daten finden CS:S (Multi-page thread 1 2) Posted on: Mon 15. Oct 2012, 01:32

anothernewb

preview Preview

Go To Post

Juhu Copy-Paste

Hmkay, wer denkt sich bitte so lange Funktionen aus?
Also die Funktion nimmt einen "Snapshot" von einem Prozess auf und sucht darin nach allen Modulen und vergleicht diese mit dem gesuchten 'const char'.

Was soll das External bedeuten?

Die Baseadresse müsste doch bei Olly im EBP Register stehen oder?

Vielen Dank für die Hilfe
VB, C/C++, Delphi, etc

Tue 16. Oct 2012, 02:37

by anothernewb Go to last post
23 1260
icon

Go to first new post Daten finden CS:S (Multi-page thread 1 2) Posted on: Mon 15. Oct 2012, 01:32

anothernewb

preview Preview

Go To Post

Danke!

Um jetzt noch zu wissen, was ich da gerade getan habe
Wieso steht bei EAX+140C nur 00-00-00-00 und nicht der Pointer?
Was macht CheatEngine da eigentlich?
Wieso sucht man nach einer Adresse, die 140C unter die Flashadresse zeigt?

So genug Fragen, sonst muss ich auf die stille Treppe.
VB, C/C++, Delphi, etc

Tue 16. Oct 2012, 02:37

by anothernewb Go to last post
23 1260
Downloads
No downloads found.