The disassembled code from engine.exe is undreadable (OllyDBG, IDA etc.), its packed.
I've used PeId to detect what packer is used, but I did not found unpacker.
BTW. Its some kind of Armadillo
Debugging 07/16/2010 - Grand Chase - 0 Replies D quote above is quoted from 745896321. As stated, it is possible to run d GCHAX (by makim) on a 64bit-running OS ... but does any1 care to explain how ?
[VB]Fehler bei Debugging 06/21/2010 - .NET Languages - 22 Replies Moin Coders,
also ich hab jetzt versucht mir Hotkeys in meinen Bot einzubauen.
Bestimmte Hotkeys sollen einen bestimmtem Timer starten und stoppen.
Wie die Befehle lauten weis ich auch, ist alles kein Problem.
Aber sobald ich den Bot Debuggen will um zu Testen ob es funktioniert bekommt ich diese Fehlernachricht.
http://i47.tinypic.com/28hectg.jpg
debugging 01/28/2010 - Last Chaos - 4 Replies hi.. hab probleme mit ollydbg und last chaos
also: was ich bisher mache .. lc starten, einloggen, olly starten, attachen
nach dem attachen funktioniert manchmal alles, meistens jedoch bleibt olly bei einer exception hängen und das spiel stürzt ab.
hat LC eine anti debug methode, oder mache ich etwas anderes falsch^^?
wenn ja: wie kann ich die bypassen =) ?
mfg d0m
Cheat Engine + Aion + Debugging Help 10/30/2009 - Aion - 0 Replies How are you guys finding the pointers + offsets in Aion?
I've been working with Cheat Engine 5.5 to find addresses but I'm not able to determine the pointers using the "what reads\writes to this address" feature because the attachment of the debugger crashes AION. This happens under any OS I try it on, under 3 different machines.
I've even tryed using thier boot cd debugger but I can't get that to load. I've even tryed using a virtual server.
Any help would be greatly appreciated....
Reversing / Debugging Q 01/19/2006 - General Coding - 11 Replies So i got this address range in the 00ee0000 -> 00eeffff area ... its inventory bits /array of bytes(not bits) 1=inventory slot filled, and 0=not filled.
Thats good and all, but being dynamic and all means that the base address changes a bit from time to time.
SO I am looking for a pointer to that specific area of memory.
However i cannot find one ? The nearest pointer i find is like fff away from the destination!
MY question is this ; im obvsioly going about this wrong, finding a...