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)

LaDidi 02-10-2021 16:33

@aLL :
Hi all,

Do you know why psr.exe (in Windows) can't be debugged ?
Why x64dbg needs elevation but psr, itself, doesn't need it ?
Moreover, no problem with OllyDbg..

Regards.

Stingered 04-18-2021 03:28

What do you mean by "can't be debugged"? Obviously the owner of X64DBG can answer better, but certain operations, such as setting x64dbg as JIT debugger, require elevation to work. What user context are you running each debugger under? Are you attaching or trying to load PSR EXE from debugger? Several variables... OllyDBG also have requirements and tells you at start of debugger (window pops up) if you are not running under admin context because some operations will fail.

LaDidi 03-11-2022 02:17

@Stingered :
I think it was a bug cause the problem disappear with current version of x64dbg...
Thanks.

Fyyre 04-27-2022 13:21

Quote:

Yes, if it gets better (please post feature suggestions)
I am very curious those who voted this... what exactly do you use then?... and please don't say Ollydbg in Windows XP.. =)

sh3dow 04-28-2022 09:31

Quote:

Originally Posted by Fyyre (Post 125212)
Quote:

Yes, if it gets better (please post feature suggestions)
I am very curious those who voted this... what exactly do you use then?... and please don't say Ollydbg in Windows XP.. =)


mr.exodia himself is one of those who voted this option, seems sus to me.

But seriously, the only practical and user-friendly debuggers on windows are x64dbg and Ollydbg, other than these what else? I hope not windbg.

wilson bibe 04-28-2022 17:03

X64 and X32dbg are great debuggers, thanks to Mr.Exodia, to developing these tools for reversal.

Fyyre 05-05-2022 22:50

Quote:

Originally Posted by sh3dow (Post 125223)
mr.exodia himself is one of those who voted this option, seems sus to me.

But seriously, the only practical and user-friendly debuggers on windows are x64dbg and Ollydbg, other than these what else? I hope not windbg.

Windbg, i hate it too.

and bless mr.exodia for x64dbg - when ollydbg went 2.0 instead of x64 (big L) .. he saved me =D

wilson bibe 05-17-2022 01:40

Would be very interesting and necessary if the X32dbg and X64dbg could have a plugin to save the BP(break points), @Mr.Exodia can you help? or another developer? Thanks in advance

TQN 06-04-2022 19:38

Did you tried with xLCB plugin. It is old and no update for a long time.
https://github.com/ThunderCls/xLCB

Artic 06-12-2022 01:10

Quote:

Originally Posted by wilson bibe (Post 125282)
Would be very interesting and necessary if the X32dbg and X64dbg could have a plugin to save the BP(break points), @Mr.Exodia can you help? or another developer? Thanks in advance

So far i know dbsave command saves everything from the session. i use it all the time, it saves all software breakpoints.

bobthebarker 02-16-2023 22:29

Quote:

Originally Posted by TQN (Post 125362)
Did you tried with xLCB plugin. It is old and no update for a long time.
https://github.com/ThunderCls/xLCB

Lots of plugins have not been updated in a long time, which sucks because there are many that are very useful but outdated... like XAnalyzer and ScyllaHide.

horsicq wrote a plugin updater but building it from repo can be.. challenging..

sendersu 02-18-2023 16:08

Quote:

Originally Posted by bobthebarker (Post 127181)
Lots of plugins have not been updated in a long time, which sucks because there are many that are very useful but outdated... like XAnalyzer and ScyllaHide.

horsicq wrote a plugin updater but building it from repo can be.. challenging..

I've built his plugin and posted in another thread some time ago on this forum

CpuDbg 06-23-2024 15:54

x64dbg is an excellent debugger.

poorit2011 07-08-2024 18:24

So sorry...Im am using 32bit and using OLLYDEBUG...Unlucky app older is ok but new is not...I got this erro when debug! Any guy can help me fix pls...
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\...


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

---------------------------
OK
---------------------------

demon_da 10-28-2024 01:25

Where can I find Scylla import reconstructor as a plugin for x64dbg?

sendersu 10-28-2024 02:32

on official GH repo

blue_devil 10-28-2024 03:38

Quote:

Originally Posted by demon_da (Post 132039)
Where can I find Scylla import reconstructor as a plugin for x64dbg?

@demon_da check those:

fork from x64dbg//Scylla

Code:

https://github.com/x64dbg/Scylla
For more updated fork:
Code:

https://github.com/ergrelet/Scylla/
https://github.com/ergrelet/Scylla/releases


There is even a forum thread for Scylla
Scylla x64/x86 Imports Reconstruction

FernandoAl 11-23-2024 22:42

Which plugin can be used with this debugger (32bit) to bypass INT 2D antidebugging as it is possible to do with StrongOD with Olly? Thank you

mer0x36 12-05-2024 02:17

Quote:

Originally Posted by demon_da (Post 132039)
Where can I find Scylla import reconstructor as a plugin for x64dbg?

It was integrated to x64dbg a few years ago. Just press Ctrl+I or click the 'S' button in the middle of the default toolbar. ;)

user_hidden 01-07-2025 22:59

x64dbg snapshot 2025-01-06

Code:

https://github.com/x64dbg/x64dbg/releases/tag/snapshot

rooster1 03-04-2025 00:47

@mr.exodia You should add "I use this as my main debugger" in the poll in the OP.

This replaced olly for me. I really only use Ollydbg to run scripts.

blue_devil 03-04-2025 15:50

Sadly x64dbg does not run ollydbg scripts :/ You have to re-write your x64dbg scripts

Gyrus 07-01-2025 16:48

The June 2025 x64dbg release introduces a revamped type system with support for bitfields, enums, and anonymous types, making data inspection faster and more intuitive. It also adds AVX-512 and half-float support, boosts performance for large structures, and includes quality-of-life improvements like interactive type previews and smarter data displays.

Shub-Nigurrath 07-02-2025 15:58

Quote:

Originally Posted by blue_devil (Post 132780)
Sadly x64dbg does not run ollydbg scripts :/ You have to re-write your x64dbg scripts

If you use an LLM, it can do it almost automatically. It's just a matter of eventually giving it the specifications of both, but it is likely not necessary in most cases

blue_devil 07-02-2025 22:51

Quote:

Originally Posted by Shub-Nigurrath (Post 133426)
If you use an LLM, it can do it almost automatically. It's just a matter of eventually giving it the specifications of both, but it is likely not necessary in most cases

In my expreience, LLMs suck at assembly. However, if I need converting olly scripts to x64dbg, yes, I will get help from an LLM

Shub-Nigurrath 07-03-2025 03:37

That’s changing quite rapidly .. see for example this

https://simonwillison.net/2025/Jul/2/mandelbrot-in-x86-assembly-by-claude/

blue_devil 07-04-2025 15:23

I could not even assemble the very first generated mandelbrot assembly code:

Code:

nasm -felf64 mandel.asm
mandel.asm:13: error: comma expected after operand, got `*'
mandel.asm:14: error: comma expected after operand, got `*'
mandel.asm:15: error: comma expected after operand, got `*'
mandel.asm:16: error: comma expected after operand, got `*'

But yes, it is rapidly improving.

ali56s 09-22-2025 13:07

bug
 
hi my friend
in the last version snapshot_2025-08-19_19-40
we can not adding comment with double click
it is impossible
before possible
please check it
BR


All times are GMT +8. The time now is 11:24.

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