![]() |
|
#1
|
||||
|
||||
|
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 .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
__________________
Ur Best Friend Ahmadmansoor Always My Best Friend: Aaron & JMI & ZeNiX |
|
#2
|
|||
|
|||
|
is this plugin only for x64 version? and how to install them?
|
|
#3
|
||||
|
||||
|
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
|
| The Following User Gave Reputation+1 to leetone For This Useful Post: | ||
ahmadmansoor (04-08-2015) | ||
| The Following User Says Thank You to leetone For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#4
|
||||
|
||||
|
-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
__________________
Ur Best Friend Ahmadmansoor Always My Best Friend: Aaron & JMI & ZeNiX |
| The Following User Gave Reputation+1 to ahmadmansoor For This Useful Post: | ||
b30wulf (04-18-2015) | ||
| The Following 3 Users Say Thank You to ahmadmansoor For This Useful Post: | ||
|
#5
|
|||
|
|||
|
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? Last edited by cxj98; 04-17-2015 at 16:26. |
|
#6
|
||||
|
||||
|
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
__________________
Ur Best Friend Ahmadmansoor Always My Best Friend: Aaron & JMI & ZeNiX |
| The Following User Says Thank You to ahmadmansoor For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#7
|
|||
|
|||
|
i do exactly what to do, but they don't load those plugins, are they special path or special x64 build version?
|
|
#8
|
|||
|
|||
|
@cxj98: no, just the 'plugins' directory and your plugin file should have the extension .dp64
|
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#9
|
|||
|
|||
|
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.
|
|
#10
|
||||
|
||||
|
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 ?!
__________________
Ur Best Friend Ahmadmansoor Always My Best Friend: Aaron & JMI & ZeNiX |
| The Following User Says Thank You to ahmadmansoor For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#11
|
||||
|
||||
|
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 .
__________________
Ur Best Friend Ahmadmansoor Always My Best Friend: Aaron & JMI & ZeNiX |
| The Following 2 Users Gave Reputation+1 to ahmadmansoor For This Useful Post: | ||
chessgod101 (04-22-2015), tonyweb (04-19-2015) | ||
| The Following User Says Thank You to ahmadmansoor For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#12
|
|||
|
|||
|
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
__________________
http://youtu.be/H0QfVDebLFg |
| The Following User Says Thank You to The Old Pirate For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#13
|
|||
|
|||
|
Hehe. Reminds me of this xkcd: https://xkcd.com/292/
|
| The Following User Gave Reputation+1 to QuakeGamer For This Useful Post: | ||
mr.exodia (04-29-2015) | ||
| The Following User Says Thank You to QuakeGamer For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#14
|
||||
|
||||
|
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
.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
__________________
Ur Best Friend Ahmadmansoor Always My Best Friend: Aaron & JMI & ZeNiX |
| The Following User Says Thank You to ahmadmansoor For This Useful Post: | ||
Indigo (07-19-2019) | ||
![]() |
|
|