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)

wgz001 01-18-2016 14:52

Can you make x64dbg support Chinese string searching ?
thanks a lot.

Sn!per X 01-19-2016 02:42

Quote:

Originally Posted by wgz001 (Post 103875)
Can you make x64dbg support Chinese string searching ?
thanks a lot.

You mean UNICODE Search

metal 01-20-2016 06:20

I dunnu know if this is a valid request, anyway is there a way to run ollydbg scripts in x32dbg?

mr.exodia 01-20-2016 06:46

@metal: No there is no way and there will never be a way unless someone writes ODBGScript for x64dbg. You should convert your script.

Sn!per X 01-22-2016 01:07

Trying to write plugin for it using delphi,
so is there any delphi SDK or delphi plugin sample?

mr.exodia 01-22-2016 01:10

No, there is only an SDK for C/C++. I don't use Delphi myself.

B1nGzL 01-26-2016 09:10

Quote:

Originally Posted by emo (Post 87746)
source is have svn link?

not svn, it's git.

B1nGzL 01-26-2016 09:12

The plugin's development kit is a bit messy, can you sort out a new version?

mr.exodia 01-27-2016 00:33

@B1nGzL: please contact me through skype or email. the plugin sdk needs a rewrite but I'm interested in what kind of features you would like.

ZeNiX 01-27-2016 10:14

I have one more suggestion.

Is it possible that we are able to make localization language file by ourselves?
I saw some Chinese reversers are making Chinese editions of x64_dbg.

mr.exodia 01-27-2016 12:53

Quote:

Originally Posted by ZeNiX (Post 104043)
I have one more suggestion.

Is it possible that we are able to make localization language file by ourselves?
I saw some Chinese reversers are making Chinese editions of x64_dbg.

Somebody worked on this, but I don't have enough time to work on it now. Do they edit the source files directly or is there some other trick involved?

ZeNiX 01-28-2016 11:26

So far as I know, most Chinese mod versions were produced from localization software or resource editors.

Jasi2169 01-28-2016 20:55

I guess exoida may add english.lng option by default option and also button to import language .lng file like chinese.lng can be modified with changing values in particular field and this way people can modify value n rename it to anything like russian.lng,german.lng,hindi.lng,arabic.lng etc

mak 01-29-2016 00:18

Hallo,

it may be a good idea to make a navigation bar as in the debugger Ida?! An example of navigation, you can see in this picture on the left - http://www.arkdasm.com/arkdasm1.png

mr.exodia 02-11-2016 20:32

@mak: Thanks for the suggestion, I added an issue at http://issues.x64dbg.com

pps44 04-16-2016 06:02

thanks so much very cool debugger mr.exodia
just a little question

how can i could save my preferences for exemple "appearence" for another updates of x64dbg?
thanks

mr.exodia 04-16-2016 06:35

Quote:

Originally Posted by pps44 (Post 104943)
thanks so much very cool debugger mr.exodia
just a little question

how can i could save my preferences for exemple "appearence" for another updates of x64dbg?
thanks

Just copy the INI files. They are fully portable so just copy them to the directory of the new version :)

mak 05-09-2016 05:51

2 Attachment(s)
Hallo,

maybe we should implement the PE structure window, as its done in OllyDBG for example? I think it would be convenient :o

Regards

Sir.V65j 05-13-2016 11:19

1 Attachment(s)
when we can see call stack like olly?

mr.exodia 05-14-2016 00:21

Did you even open x64dbg? There is a tab called callstack that should do what you want :D

besoeso 05-14-2016 08:22

¿Are there any way run x64dbg loading arguments in target? how:

x64dbg.exe target.exe arg1 arg2...argN

mr.exodia 05-14-2016 08:27

Nope currently not possible.

besoeso 05-14-2016 19:17

ok, it any times is useful. It is good if add to TODO list.

mr.exodia 05-14-2016 21:45

@besoeso If you want something to be added, create an issue at http://issues.x64dbg.com

In your case it has already been on the issues like for about a year, so no need to add another issue.

mr.exodia 05-14-2016 21:46

@besoeso If you want something to be added, create an issue at http://issues.x64dbg.com

In your case it has already been on the issues like for about a year, so no need to add another issue.

UniSoft 05-18-2016 22:15

@mr.exodia
miss only for conditional breakpoints...
and breaks on load specified dll (as in olly)

mr.exodia 05-24-2016 18:07

@UniSoft both are implemented. conditional breakpoints just yesterday and load on specified dll was implemented a long time ago. use: LibrarianSetBreakPoint "DINPUT8.dll"

latest release: http://releases.x64dbg.com

Sir.V65j 05-26-2016 13:38

Quote:

Originally Posted by mr.exodia (Post 105311)
Did you even open x64dbg? There is a tab called callstack that should do what you want :D

Do you test it? :D

Pushad 05-27-2016 17:55

Quote:

Originally Posted by mr.exodia (Post 105508)
@UniSoft both are implemented. conditional breakpoints just yesterday and load on specified dll was implemented a long time ago. use: LibrarianSetBreakPoint "DINPUT8.dll"

latest release: http://releases.x64dbg.com

i try use it with ComDlg32.DLL

now i cant remove it i use bcdll ComDlg32.DLL and LibrarianRemoveBreakPoint ComDlg32.dll but Breakpoint still alive in all my exe files

Storm Shadow 05-29-2016 18:36

https://github.com/x64dbg/x64dbg/wiki/Stylesheets

mr.exodia 06-01-2016 09:11

If anobody has bugs to report or features to request, please go to http://issues.x64dbg.com (make sure to check if your issue hasn't been reported already). I cannot keep up with all different sources.

@Pushad: You can try to do everything lowercase, that might fix your issue.
@Sir.V65j: I did, but it has since been rewritten by other people, report an issue if you found a bug or want a new feature.

ali56s 07-23-2016 21:20

hi my friend please check xdbg on the x64 os windows 10
i see it is have alot problem(xdbg64) on the win 10
BR

TechLord 07-24-2016 01:12

Quote:

Originally Posted by ali56s (Post 106281)
hi my friend please check xdbg on the x64 os windows 10
i see it is have alot problem(xdbg64) on the win 10
BR

Please see the post above yours, where Mr.Exodia has CLEARLY asked everyone to proceed to the link stated there, to post their suggestions and bugs, as its very difficult to keep track of the bugs posted at various places ! :)

maktm 08-09-2016 13:49

What do you use in x64dbg to generate signatures/patterns? Iirc Yara is for pattern matching only. Is there an inbuilt way or must I use a plugin. If one doesn't already exist I'll see if I can find the time to port a signature generator to x64dbg.

Sound 08-21-2016 07:44

I especially like it where, it has the same direction as IDA and is beautiful practical.

mr.exodia 08-29-2016 04:24

maktm There is a SigMake which you can try.

mr.exodia 09-11-2016 22:43

http://x64dbg.com/blog/2016/09/11/weekly-digest-3.html

mr.exodia 10-03-2016 00:04

http://x64dbg.com/blog/2016/10/02/weekly-digest-6.html

mr.exodia 11-07-2016 00:43

http://x64dbg.com/blog/2016/11/06/weekly-digest-11.html

ZeNiX 03-02-2017 16:42

2 Attachment(s)
Several friends prefer to add 0x prefix on all numbers.
Do you think it a good suggestion?

Attachment 9153

This is what we done on old OllyDbg.
Attachment 9152


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

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