Exetools

Exetools (https://forum.exetools.com/index.php)
-   Developer Section (https://forum.exetools.com/forumdisplay.php?f=48)
-   -   x64dbg (https://forum.exetools.com/showthread.php?t=15328)

CrackDJ 06-05-2014 00:17

Hey bro eXoDia, thanks for sharing latest alpha! I was been waiting by x64 version for a long time ago. :)

Greetz,
CD

mr.exodia 06-21-2014 11:36

V1.8ALPHA is out!

Welcome tr4ceflow to the team!

Changelog:
- added IDA-like sidebar
- color customization
- instruction tokenizing
- allow highlighting of instruction tokens (CTRL+H)
- new register view that highlights changes
- fixed a bug with detaching
- updated BeaEngine
- new database format (JSON + lz4)
- massive performance improvements
- use SHIFT for selection
- small fixes
- project code cleaup
- more API functions

Website (made by tr4ceflow):
http://x64dbg.com

Greetings,

Mr. eXoDia

DMichael 06-21-2014 14:33

Quote:

Originally Posted by mr.exodia (Post 92288)
V1.8ALPHA is out!

Welcome tr4ceflow to the team!

Changelog:
- added IDA-like sidebar
- color customization
- instruction tokenizing
- allow highlighting of instruction tokens (CTRL+H)
- new register view that highlights changes
- fixed a bug with detaching
- updated BeaEngine
- new database format (JSON + lz4)
- massive performance improvements
- use SHIFT for selection
- small fixes
- project code cleaup
- more API functions

Website (made by tr4ceflow):
http://x64dbg.com

Greetings,

Mr. eXoDia

the website is really handsome:) and the performance boost is awesome!

but i'm found a bug: if you try to load DLL without 'Sytem Breakpoint' but with regular stop on EP it crashes (x64_dbg(x32))

alen 06-21-2014 18:53

Thanks for sharing x64 version
ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
BEST REGARDS
؟?؟ ALEN ؟?؟

n00b 06-21-2014 19:27

OMG mate, your debugger just can't stop to amaze me - the best X64 debugger to date!
It's working perfect, nothin more or less to say ;)

Only thing I'd like to add which would be useful has to be the ability to copy bytes from sub-menu when selecting either 1 line or several in the core window, and/or in the dump window :)

mr.exodia 07-07-2014 09:49

V1.9ALPHA is out, featuring many requested changes!

Changelog:
http://x64dbg.com/changelog.html (crash when posting the actual changelog)

Website:
http://x64dbg.com

Greetings,

Mr. eXoDia

besoeso 07-07-2014 23:33

1 Attachment(s)
hi, i got a problem in solve module name in new release v.1.9 release.

Pic attached.

A greeting.

Attachment 7841

besoeso 07-07-2014 23:58

1 Attachment(s)
Cpu view pic attached.

Attachment 7842

mr.exodia 07-08-2014 01:27

1 Attachment(s)
@besoeso: Could I use TeamViewer to debug x64_dbg on your computer? I cannot reproduce this problem...

EDIT: First please try these DLL files (copy&overwrite in x64_dbg directory). Please tell me the exact error message, maybe I can provide some fixes for that.

Greetings,

Mr. eXoDia

mr.exodia 07-08-2014 10:12

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

TheEnd 07-10-2014 09:17

Quote:

Originally Posted by mr.exodia (Post 92684)
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

have the same bug in Win7 x32?

-=bb=- 07-10-2014 16:07

Firstly I would like to say WOW! Thank you for a fantastic release - truly brilliant work.

Secondly it seems to crash (here at least) when searching for intermodular calls. If you could let me know what I can do in the way of providing logs, links to target, my set up etc I would be more than happy to offer what assistance I can in troubleshooting this.

Finally, as suggestions for improvement :

1. make the reference windows sortable (or even better searchable) (SO much easier to track down stuff that way)
2. some sort of "Copy all modifications to executable" option and
3. showing referenced data in the window below the disassembly window i.e

Test qword ptr ds[r9+4],0 at RDX and in the window display

Qword ptr ds[r9+4] = 00000001404EEDC0

I realise that most of us are asking to integrate OllyDbg functionality into x64_dbg but IMHO these are some of the most useful. To me anyway :)

Once again mr. exodia - thank you for a fantastic tool

mr.exodia 07-10-2014 21:43

@TheEnd: Did you try the fix in the post above yours?

@-=bb=-:

Thanks!

Regarding the crash, best would be to send me a video/txt how to reproduce it + (most importantly) the file you tried it on. Everything is working fine here.

Regarding your suggestions:
1. first point is implemented 2 seconds ago (thanks for reminding me), second point is already implemented
2. already implemented, try the 'Select groups' button in the patch dialog
3. thanks, but this has been requested a few times now (see issues.x64dbg.com)

To everyone requesting features: make sure it's not already implemented! or already on the issues list http://issues.x64dbg.com Please also create an issue at http://issue.x64dbg.com this allows everyone to work on it.

Greetings,

Mr. eXoDia

-=bb=- 07-10-2014 22:12

Quote:

Originally Posted by mr.exodia (Post 92755)
@-=bb=-:

Thanks!

Regarding the crash, best would be to send me a video/txt how to reproduce it + (most importantly) the file you tried it on. Everything is working fine here.

Have sent you that it PM - sorry forgot to mention I am using v19.

Quote:

Regarding your suggestions:
1. first point is implemented 2 seconds ago (thanks for reminding me), second point is already implemented
2. already implemented, try the 'Select groups' button in the patch dialog
3. thanks, but this has been requested a few times now (see issues.x64dbg.com)
1. Brilliant - thank you.
2. Found it - thank you!

Quote:

To everyone requesting features: make sure it's not already implemented! or already on the issues list http://issues.x64dbg.com Please also create an issue at http://issue.x64dbg.com this allows everyone to work on it.
Sorry - should have checked there first. Mea Culpa!

Kindest regards
BB

Kurapica 07-20-2014 07:15

Hi mr.exodia

May I suggest the following ?

1 - Give us the ability to change font size and type
2 - Scrolling in the CPU window is slow even on a fast box
3 - When pressing Ctrl + G to go to some address, the focus should be given to the edit control in that dialog to allow quick "Copy" , "Paste" functions, actually such dialogs should have a default control which gets the focus as soon as the parent dialog shows up.
4 - Add color schemes based on the Olly's popular color schemes to allow quick changing and adaptation to the new debugger.
5 - Add a "Run till user code" like in Olly
6 - Double Clicking the RIP register should take us to the current RIP line
7 - Make the applications default font something like "Tahoma" with size 9 at least, the current font is too small, I mean the Application's interface like menus and buttons.
8 - I still prefer the old jump high-ligting method


I may have more suggestions in the future and thanks for your patience :)


All times are GMT +8. The time now is 16:23.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX