Exetools

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

ahmadmansoor 04-05-2015 06:28

X64_Dbg_Addition Plugins
 
1 Attachment(s)
Hi guys :
I know it is long time from me ,but All guys know what happen here .
anyway I would like to share a new work of Plugin for x64_dbg debugger, x64 just
which have some useful features ( I hope )
it is open source ,so you can do what ever you want to do ,edit it and develop it ,it is Free completely :D .
useful :
1- learn how to write Plugins for x64_dbg ,with easy way .
2- marge between .net and C++ for coders whose like to code in C# or VB.net .
features :
1- Go to API Auto complete write for guys whose not remember all API .
2- Hide Titan Dialog ( Auto install Drive + start)
3- Advance go to Address ( RVA + VA)
4- Copy Address (RVA + VA) in Disasm window and dump window


https://bitbucket.org/Ahmadmansoor/x64_dbg_addition

please feel free for bug report or want to develop or add new features .
Thanks and BR

cxj98 04-07-2015 10:00

is this plugin only for x64 version? and how to install them?

leetone 04-07-2015 11:50

Quote:

Originally Posted by cxj98 (Post 98804)
is this plugin only for x64 version? and how to install them?

Download the plugins in the OP, extract to the plugins directory inside of x64dbg/plugins, and bam ScyllaHide Plugin v1.2 pops its head up in the Plugin menu....super straightforward, this is only for x64 because every file says x64 lol

ahmadmansoor 04-17-2015 10:24

New update
 
1 Attachment(s)
-Fix some bug
-add API_Category_BP:
make a list of ur useful API with there Category.
Enable Disable BP and HW-BP
colored node for Address of BP or HW-BP.
included xml file with useful api list+ new package .
if u like it and u want to add more pls share it with us .
I hope u will like it .
how to use :
hxxps://bitbucket.org/Ahmadmansoor/x64_dbg_addition/downloads/API_Category_BP_use.exe

cxj98 04-17-2015 16:18

any possible make a 32 bit version api list breakpoint plugin for x32dbg?

BTW, why I can't loat this plugins in plugins folder in x64 version? does it special path?

ahmadmansoor 04-17-2015 19:05

This Plugin is just for x64 ,I will try to see if I can make x32 one .
Need DotNet framework 4.0 to work .
just extract the file in the Attachment to "plugins" folder .
and it will work fine .
tested on Windows 7.0 and 8.0&8.1 x64

cxj98 04-18-2015 08:09

Quote:

Originally Posted by ahmadmansoor (Post 99087)
This Plugin is just for x64 ,I will try to see if I can make x32 one .
Need DotNet framework 4.0 to work .
just extract the file in the Attachment to "plugins" folder .
and it will work fine .
tested on Windows 7.0 and 8.0&8.1 x64

i do exactly what to do, but they don't load those plugins, are they special path or special x64 build version?

mr.exodia 04-18-2015 10:53

@cxj98: no, just the 'plugins' directory and your plugin file should have the extension .dp64

cxj98 04-18-2015 16:53

Quote:

Originally Posted by mr.exodia (Post 99105)
@cxj98: no, just the 'plugins' directory and your plugin file should have the extension .dp64

guys, i don't know what are you meantion? I do what exactly to do, follow step by step, extract to x64dbg (x64) empty plugins directory, I saw only one plugin load, ScyllaHideX64DBGPlugin.dp64 load successful, X64_Dbg_Addition.dp64 can't load. I think this plug have some bug, maybe can't read unicode directory path or whatever. hope fix it or someone the same issue report, thanks for understand.

ahmadmansoor 04-18-2015 18:49

Hi my friend :
Please try to get another Plugin form the Mr.exodia website and check if it loaded or not .
note : VB.Net always has full Unicode support for language and runtime.
BS:anyone could try it and have the same problem ?!

ahmadmansoor 04-19-2015 07:51

New Update :
make load Dialog Faster + add load data after Load form
Fix some problem in load Forms
Fix some bug
add version number
v0.2
Add useful API to the API Category - For internet API -
download it form the First Post .

BS: I will provide a useful API For guys how will like to reverse Qt Application . I have Crack one and I get some good info's which will help other .

The Old Pirate 04-29-2015 06:36

Code:

  For Each x In TB_UserAddress.Text
            For Each d In JustThisString
                If x = d Then GoTo Good
            Next
            MsgBox("Error Address", MsgBoxStyle.OkOnly, "Error") : Exit Sub
Good:
        Next

Funny code

QuakeGamer 04-29-2015 07:35

Hehe. Reminds me of this xkcd: https://xkcd.com/292/

ahmadmansoor 04-29-2015 19:26

Really Funny ..... you know when you work under pressure ( not like you think -just only Bombs - rockets - bullets .....Lab lab) ,specialty with there are no light just the Screen light which make you blind :D .
you can get this kind of Code ... Lol really Funny Code ,I have to recode it again .
by the way new small bug Fix - upload it later - Fix Data Clear after each load of exe


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

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