mrexodia Posted June 23, 2014 Author Posted June 23, 2014 Hello guys, If you posted suggestions here and you didn't see them in the new release, don't worry. We take them seriously, but we cannot implement every suggestion in a new release. Especially small things like new context menus etc take a lot of time and we want to focus on big differences. In time everything you guys suggest will be implemented Greetings, Mr. eXoDia 2
Teddy Rogers Posted June 25, 2014 Posted June 25, 2014 Note for everyone... please can you create new topics - in this forum - for bug reports and feature requests so that Mr. eXoDia can keep this topic for announcing new versions and change logs. Thank you... Ted. 2
mrexodia Posted July 7, 2014 Author Posted July 7, 2014 V1.9ALPHA is out, featuring many requested changes! Changelog: - fixed scroll bar ranges in tables - support SetThreadName exception - fixed a very annoying bug on some systems with the '^' character being inserted after the '6' without shift pressed - re-enabled autocomments (strings etc) - strings in register view - search for inter-modular calls - CALL <jmp.&user32.MessageBoxA> auto label - shift+click selection - latest XEDParse version (you can now assemble jumps etc) - auto-select next instruction after assembling - assemble -> fill with NOPs - fixed a bug with the sidebar (jumps going out of the bar have no lines anymore) - breakpoint menu in dump (hwbp) - hexdump ASCII/UNICODE are now actually readable (no spaces between characters) - save previous hexdump view mode to config - fixed incorrect stack default option (remove your config to apply) - memory breakpoints are highlighted in the memory map - copy context menu in every StdTable (not yet in disasm/dump) - breakpoint context menu in memory map - follow in dump/disasm context menu in memory map - removed invalid 'OrdinalX' from symbol view - section name + module name + rva + label in InfoBox - list comments/labels/bookmarks/functions in the reference view - fixed a bug in memfindpattern (thanks to Computer_Angel) - fixed a crash when deleting all breakpoints - ctrl+g now works in CPUDump - fixed a bug with printing the instruction immediat values - added hex edit dialog - added binary edit/copy/paste context menu in disasm/dump/stack - binary fill (with wildcard support) - added search for -> pattern context menu option - required administrator in manifest (may resolve some random bugs) - fully support patching (+ save to file) + advanced patch dialog - patch import/export - fixed jmp/call FAR tokenizing - support 0x prefixed numbers - added some exception names when an exception is reached - binary -> fill NOPs in disassembly - fixed a bug with disassembling on an invalid address - add support to get the module base (see help) - updated help, most commands are now documented Website: http://x64dbg.com Greetings, Mr. eXoDia 3
mudlord Posted July 7, 2014 Posted July 7, 2014 Thanks for the map loader plugin, been looking for such a thing for x64_dbg.
cypher Posted July 7, 2014 Posted July 7, 2014 (edited) So now that coloring is supported I made x64dbg look like my olly so I finally feel "at home". (Also because all other features I missed are now mostly supported) ... read on here (topic moved) Edited July 7, 2014 by cypher
Artic Posted July 7, 2014 Posted July 7, 2014 @Cypher can you upload the theme for me? looks really good.
cypher Posted July 7, 2014 Posted July 7, 2014 (edited) @Artic as written you only have to replace the colors section in the ini with my posted stuff. There's no other way to import a scheme. Easy enough like it is Edit: If anyone has a good olly theme that also other people like, send it to me and will do a x64dbg theme out of it Edited July 7, 2014 by cypher
Artic Posted July 7, 2014 Posted July 7, 2014 @cypher did not seethis ill look at my mods and will send you a theme.
mrexodia Posted July 7, 2014 Author Posted July 7, 2014 May I suggest you guys place this theme stuff in a separate thread? Greetings
mrexodia Posted July 8, 2014 Author Posted July 8, 2014 Hey guys, Thanks to besoeso I found a bug in the WinAPI which caused NtQueryObject to not set the required structure size. Long story short, if you have Windows XP, download the updated DeviceNameResolver here and copy&replace it in your x64_dbg directory: https://bitbucket.org/mrexodia/devicenameresolver/downloads/DeviceNameResolver_002.rar Greetings, Mr. eXoDia 1
CondZero Posted July 8, 2014 Posted July 8, 2014 (edited) Keep up the good work Mr. eXoDia and company! Edited July 8, 2014 by CondZero 1
av999 Posted July 15, 2014 Posted July 15, 2014 needed commandline support ( "c:\program files\test.exe" param1 param2 ...) 1
cypher Posted July 15, 2014 Posted July 15, 2014 @av999 you can do that via command initdbg . See the help file 1
mrexodia Posted July 15, 2014 Author Posted July 15, 2014 (edited) @av999: You can also use the commandline to start debugging a file, for example: x64_dbg.exe "C:\Program Files\test.exe"If you want to create a context menu entry for x64_dbg, modify the attached reg file to have the correct path. Greetings, Mr. eXoDiax64dbg_shell.zip Edited July 15, 2014 by Mr. eXoDia
av999 Posted July 16, 2014 Posted July 16, 2014 "via command initdbg " - how?example pleasei want run xdbg with ""C:\Program Files\Autodesk\AutoCAD 2009\acad.exe" /p "" /w "" /b "C:\Program Files\name1\name2.scr""
mrexodia Posted July 16, 2014 Author Posted July 16, 2014 (edited) Hi, Again, please use the forum here for posting support or feature requests. Greetings EDIT: Answer to your question, the commands in http://help.x64dbg.com should be entered in the command bar inside x64_dbg (see the bottom). Edited July 16, 2014 by Mr. eXoDia
Spider Posted July 21, 2014 Posted July 21, 2014 Just wanted to say amazing tool/work. Was waiting for such thing for a long time! 1
mrexodia Posted July 24, 2014 Author Posted July 24, 2014 V2.0ALPHA is out! Changelog: - added _dbgfunctions to plugin header - fixed some context menu bugs in the RegistersView - option to disassemble in uppercase - color settings for symbol log - use hexedit colors in ASCII and UNICODE fiels in HexEditDialog - added various plugin functions - automatically add plugin callbacks on certain exports (see help) - updated help - updated DeviceNameResolver - added boundary checks on DbgMem* functions (resolved some crash) - added patches, comments, labels, bookmarks, functions to the toolbar - speed boost because the memory map is now cached - allow sorting in every StdTable (References, Symbols etc) - added simple update checker - limit size of the log view - click bullets to enable/disable/remove breakpoints - fixed a display bug in the title when not inside a module - fixed attaching (does not hang anymore) - fixed issue with deleting disabled breakpoints - fixed an issue with the last breakpoint never removed from the database - fixed a crash in the string reference functions - fixed a bug in valapifromstring (test.exe:imagebase now works) - double click now works better - double click on breakpoints will follow in CPU - fixed a display bug in the InfoBox - breakpoints/bookmarks in the reference view - fixed focus problem in Goto dialog - double click on the CIP register will follow it in the CPU - added font customization options - fixed a bug with displaying 'rep stosb' - fixed a display bug when there are no bookmarks/comments etc - fixed a bug in valtostring, editing CSP will now actually update the stack - fixed a bug with negative values in 'complex' expressions - WordEditDialog now allows signed and unsigned decimal editing too - added callstack - added 'Patches' to Disassembly context menu - you can now 'Modify' a value in the stack from the context menu Website: http://x64dbg.com Greetings, Mr. eXoDia 1
White Posted July 25, 2014 Posted July 25, 2014 Hi,Mr eXoDiathe download link is still 0.19 alpha. http://sourceforge.net/projects/x64dbg/
mrexodia Posted July 25, 2014 Author Posted July 25, 2014 @White: There were some issues at sourceforge, the new file is uploaded http://sourceforge.net/projects/x64dbg/files/alpha/release/release_020.rar/download but although I set the property for it to be on the main page it doesn't work. Set it again, hopefully it will change soon. Greetings
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now