Exetools  

Go Back   Exetools > General > Developer Section

Notices

View Poll Results: Would you use this debugger?
Yes (mainly x32) 88 28.39%
Not at all 23 7.42%
Yes, if it gets better (please post feature suggestions) 88 28.39%
Yes (mainly x64) 111 35.81%
Voters: 310. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #301  
Old 06-16-2018, 14:43
deroko's Avatar
deroko deroko is offline
cr4zyserb
 
Join Date: Nov 2005
Posts: 217
Rept. Given: 13
Rept. Rcvd 30 Times in 14 Posts
Thanks Given: 7
Thanks Rcvd at 33 Times in 16 Posts
deroko Reputation: 30
One thing I always wanted to ask for When I have __debugbreak() enabled and attach as JIT, x64dbg breaks always on this int 3, and even if you set new origin after int 3 it somehow restores exception back to int 3 and usually solution is to replace int 3 with nop. Olly and windbg tend to break after int 3 thus exception doesn't reacquier.

This would be great imho
__________________
http://accessroot.com
Reply With Quote
The Following 4 Users Say Thank You to deroko For This Useful Post:
Indigo (07-19-2019), MarcElBichon (06-16-2018), tonyweb (06-18-2018), yoza (06-20-2018)
  #302  
Old 06-17-2018, 07:08
mr.exodia mr.exodia is offline
Retired Moderator
 
Join Date: Nov 2011
Posts: 784
Rept. Given: 492
Rept. Rcvd 1,122 Times in 305 Posts
Thanks Given: 90
Thanks Rcvd at 711 Times in 333 Posts
mr.exodia Reputation: 1100-1299 mr.exodia Reputation: 1100-1299 mr.exodia Reputation: 1100-1299 mr.exodia Reputation: 1100-1299 mr.exodia Reputation: 1100-1299 mr.exodia Reputation: 1100-1299 mr.exodia Reputation: 1100-1299 mr.exodia Reputation: 1100-1299 mr.exodia Reputation: 1100-1299
deroko: You can use the option 'Skip INT3 stepping' (https://i.imgur.com/JzPDRws.png), or manually use the `skip` command to achieve what you want.

Respect for your work.
Reply With Quote
The Following 3 Users Say Thank You to mr.exodia For This Useful Post:
Indigo (07-19-2019), tonyweb (06-18-2018), yoza (06-20-2018)
  #303  
Old 06-18-2018, 19:19
deroko's Avatar
deroko deroko is offline
cr4zyserb
 
Join Date: Nov 2005
Posts: 217
Rept. Given: 13
Rept. Rcvd 30 Times in 14 Posts
Thanks Given: 7
Thanks Rcvd at 33 Times in 16 Posts
deroko Reputation: 30
Ah sweet, had no idea this options is doing this. Tnx
__________________
http://accessroot.com
Reply With Quote
The Following 2 Users Say Thank You to deroko For This Useful Post:
Indigo (07-19-2019), tonyweb (06-18-2018)
  #304  
Old 06-18-2018, 21:48
winndy winndy is offline
VIP
 
Join Date: Sep 2005
Posts: 236
Rept. Given: 104
Rept. Rcvd 26 Times in 12 Posts
Thanks Given: 27
Thanks Rcvd at 16 Times in 13 Posts
winndy Reputation: 26
Cool!
Wish x64dbg could be cross-platform.
Reply With Quote
The Following User Says Thank You to winndy For This Useful Post:
Indigo (07-19-2019)
  #305  
Old 07-14-2018, 14:54
DavidXanatos DavidXanatos is offline
Family
 
Join Date: Jun 2018
Posts: 179
Rept. Given: 2
Rept. Rcvd 45 Times in 31 Posts
Thanks Given: 58
Thanks Rcvd at 349 Times in 116 Posts
DavidXanatos Reputation: 45
I was trying to use this debugger the other day and run over a strange issue.

I was not able to make it ignore an exception thrown by the application (ExceptionCode: C0000005), as far as I can tell its part of a anti reverse engineering technique. in IDA the same exception gets thrown but there when I encounter the first one i can tell it to ignore all subsequent once.

I tried to uncheck all the "break on" checkboxes in the options as well as adding last exception and/or add 00000000-ffffffff to the excluded exceptions list but still it did not ignore the exception. I wonder if there is a bug (I was using the latest build as of yesterday) or if I missed some option.

If its the later than I would appreciate being pointed towards it and if its the former than a fix would be much appreciated to
Reply With Quote
The Following 2 Users Say Thank You to DavidXanatos For This Useful Post:
Indigo (07-19-2019), niculaita (09-26-2018)
  #306  
Old 07-27-2018, 07:36
Dicypher Dicypher is offline
Friend
 
Join Date: Nov 2017
Posts: 6
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 3
Thanks Rcvd at 5 Times in 3 Posts
Dicypher Reputation: 1
@sendersu Just followed the UPX tutorial, works like a charm.

I'll be working with some more advanced packers soon, after nailing down UPX. Mr. Exodia has done some awesome work with x64dbg... no doubt.
Reply With Quote
The Following 2 Users Say Thank You to Dicypher For This Useful Post:
Indigo (07-19-2019), sendersu (07-30-2018)
  #307  
Old 08-07-2018, 08:18
T-rad T-rad is offline
Friend
 
Join Date: May 2016
Posts: 18
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 7
Thanks Rcvd at 19 Times in 12 Posts
T-rad Reputation: 0
anyone know why DataCopy was removed. last version with it is snapshot_2018-04-05_00-33
Reply With Quote
The Following User Says Thank You to T-rad For This Useful Post:
Indigo (07-19-2019)
  #308  
Old 08-07-2018, 08:39
atom0s's Avatar
atom0s atom0s is offline
Family
 
Join Date: Jan 2015
Location: 127.0.0.1
Posts: 396
Rept. Given: 26
Rept. Rcvd 126 Times in 63 Posts
Thanks Given: 54
Thanks Rcvd at 730 Times in 279 Posts
atom0s Reputation: 100-199 atom0s Reputation: 100-199
Quote:
Originally Posted by T-rad View Post
anyone know why DataCopy was removed. last version with it is snapshot_2018-04-05_00-33
A quick skim over the merge requests and commit log show it was merged and combined a single editor. (Hex editor / string editor / data copy dialog into one. https://github.com/x64dbg/x64dbg/pull/1941)
__________________
Personal Projects Site: https://atom0s.com

Last edited by atom0s; 09-13-2018 at 09:38.
Reply With Quote
The Following 4 Users Say Thank You to atom0s For This Useful Post:
chants (09-03-2018), Indigo (07-19-2019), pps44 (01-13-2019), tonyweb (08-11-2018)
  #309  
Old 10-14-2019, 21:17
WildGoblin WildGoblin is offline
Friend
 
Join Date: Jan 2006
Posts: 47
Rept. Given: 105
Rept. Rcvd 31 Times in 14 Posts
Thanks Given: 29
Thanks Rcvd at 18 Times in 13 Posts
WildGoblin Reputation: 32
Great tool, many thanks for it!
Reply With Quote
  #310  
Old 12-27-2019, 05:57
namreeb namreeb is offline
Friend
 
Join Date: Jun 2011
Posts: 17
Rept. Given: 1
Rept. Rcvd 10 Times in 6 Posts
Thanks Given: 1
Thanks Rcvd at 29 Times in 9 Posts
namreeb Reputation: 10
For anyone else interested:

There had been a bug with remapping code (including Blizzard games) that was fixed with this commit: https://github.com/x64dbg/x64dbg/commit/d50675ca025e3494de683d8510a681551e92c8ab
Reply With Quote
The Following 2 Users Say Thank You to namreeb For This Useful Post:
niculaita (02-29-2020), sh3dow (08-25-2020)
  #311  
Old 08-18-2020, 15:15
agoo agoo is offline
Friend
 
Join Date: Dec 2014
Posts: 125
Rept. Given: 1
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 13
Thanks Rcvd at 25 Times in 21 Posts
agoo Reputation: 0
screenshot is deleted. I wish we had an upload section for files to stay there for a long time. I am a member of digital networks forum for more than 19 years and most of the uploaded files are still inside the upload section.
Reply With Quote
  #312  
Old 08-18-2020, 17:37
atom0s's Avatar
atom0s atom0s is offline
Family
 
Join Date: Jan 2015
Location: 127.0.0.1
Posts: 396
Rept. Given: 26
Rept. Rcvd 126 Times in 63 Posts
Thanks Given: 54
Thanks Rcvd at 730 Times in 279 Posts
atom0s Reputation: 100-199 atom0s Reputation: 100-199
You can find screenshots on their homepage if you are looking for examples of what it looks like:
https://x64dbg.com/
__________________
Personal Projects Site: https://atom0s.com
Reply With Quote
  #313  
Old 08-18-2020, 18:06
agoo agoo is offline
Friend
 
Join Date: Dec 2014
Posts: 125
Rept. Given: 1
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 13
Thanks Rcvd at 25 Times in 21 Posts
agoo Reputation: 0
Wow great job. I liked DLL debugging feature. Good for Wibu codmeter people.
Reply With Quote
  #314  
Old 09-17-2020, 06:48
morgot morgot is offline
Friend
 
Join Date: Feb 2020
Posts: 20
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 9
Thanks Rcvd at 11 Times in 8 Posts
morgot Reputation: 0
Hello mr.exodia ,
are you planning to add such functionality? https://github.com/x64dbg/x64dbg/issues/2067 very need it.

And can you give me btc wallet for donate? You gave it to me on another forum (exelab) six months ago, but that forum died, but I don’t know how to write it in a personal note (sorry for the bad English).
Reply With Quote
  #315  
Old 09-17-2020, 10:36
atom0s's Avatar
atom0s atom0s is offline
Family
 
Join Date: Jan 2015
Location: 127.0.0.1
Posts: 396
Rept. Given: 26
Rept. Rcvd 126 Times in 63 Posts
Thanks Given: 54
Thanks Rcvd at 730 Times in 279 Posts
atom0s Reputation: 100-199 atom0s Reputation: 100-199
Quote:
Originally Posted by morgot View Post
Hello mr.exodia ,
are you planning to add such functionality? https://github.com/x64dbg/x64dbg/issues/2067 very need it.

And can you give me btc wallet for donate? You gave it to me on another forum (exelab) six months ago, but that forum died, but I don’t know how to write it in a personal note (sorry for the bad English).
The BTC wallet to donate is linked on the main page of x64dbg.
__________________
Personal Projects Site: https://atom0s.com
Reply With Quote
Reply

Tags
bit, debugger, x32, x64, x64_dbg

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AdvancedScript x64dbg Plugin ahmadmansoor Developer Section 14 10-15-2019 00:35
DBG2AP - x64dbg plugin Agmcz Community Tools 1 06-15-2019 07:14
nfd - x64dbg plugin hors Community Tools 2 04-01-2018 08:18
CopyToAsm - x64dbg plugin mrfearless Community Tools 0 03-04-2018 08:36
x64dbg python Storm Shadow Developer Section 6 08-04-2017 15:29


All times are GMT +8. The time now is 19:25.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )