![]() |
|
|||||||
| View Poll Results: Would you use this debugger? | |||
| Yes (mainly x32) |
|
97 | 29.04% |
Not at all
|
|
25 | 7.49% |
| Yes, if it gets better (please post feature suggestions) |
|
90 | 26.95% |
| Yes (mainly x64) |
|
122 | 36.53% |
| Voters: 334. You may not vote on this poll | |||
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
@n00b: Thanks for the interest. You can either use the Bridge export 'DbgValFromString' or you can use TitanEngine (just call GetContextData).
some example code: Code:
//Bridge
//you can also use 'CIP' for an architecture-independent IP register
duint rip=DbgValFromString("RIP"); //"RIP" can be anything that's an expression
//TitanEngine
rip=GetContextData(UE_RIP);
@everyone: V1.2ALPHA is out! Changelog: - many small crash fixes (stack overflows etc) - many fixes regarding the Dump window - different dump views - bugs with valfromstring fixed (now much faster) - latest development version of TitanEngine Community Edition (many, many, many fixes) - simple thread view - project design overview (x64_dbg_sceme.vsd), useful for plugin developers - TLS callback support - informative window title - user preferences (eg on which events to break) - bug with the recent file list fixed - ignore exception ranges - debug strings are now displayed (escaped) - added 'xor' command - many fixes in the script engine - simple stack display Download: https://bitbucket.org/mrexodia/x64_dbg/downloads Greetings, Mr. eXoDia |
| The Following 4 Users Gave Reputation+1 to mr.exodia For This Useful Post: | ||
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
| Tags |
| bit, debugger, x32, x64, x64_dbg |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Debug with x64dbg | dnvthv | General Discussion | 2 | 03-22-2025 21:49 |
| Add .lib file on x64dbg ? | LaDidi | General Discussion | 0 | 02-18-2022 14:39 |
| DBG2AP - x64dbg plugin | Agmcz | Community Tools | 1 | 06-15-2019 07:14 |
| nfd - x64dbg plugin | hors | Community Tools | 2 | 04-01-2018 08:18 |
| x64dbg python | Storm Shadow | Developer Section | 6 | 08-04-2017 15:29 |