Exetools

Exetools (https://forum.exetools.com/index.php)
-   x64 OS (https://forum.exetools.com/forumdisplay.php?f=44)
-   -   x64_dbg Plugins (https://forum.exetools.com/showthread.php?t=15800)

mak 11-16-2016 20:21

AttachHelper plugin for x64dbg

This plug-in automatically restores that "DbgBreakPoint", "DbgUiRemoteBreakin".

http://www.mediafire.com/file/priwaetcn9g4lp4/x64dbg_AttachHelper.zip

mak 11-20-2016 04:57

OW Imports
by: qwerty9384 / bloodwrath
released: 11.13.2016

summary:
this plugin adds the 'oiu' command to x64dbg. executing the command with the IAT's base address will label all obfuscated winapi imports and log the address / label names in the x64dbg log tab. generated labels are automatically deleted once you stop debugging. behavior is undefined if used on any other address or if you run the command more than once per debug session.

note:
the IAT is dynamically built some time between the second TLS callback and the creation of the second thread.

how to use:
1. click on the "Memory Map" tab in x64dbg.
2. find the first region (lowest address) of virtual memory of size 0x3000. it's always near the top of the mem map table.
3. go to this region's base address in the disassembly view.
4. you should see something like this:
00000000000B0000 | 48 | MOVABS RAX, iphlpapi.7FEF9F73F33 |
00000000000B000A | 48 | ADD RAX, 39F9 |
00000000000B0010 | 71 | JNO B0014 |
5. click the base address, press 'ALT+INSERT' to copy the address.
6. press 'CTRL+ENTER' to focus the cmd line.
7. type 'oiu ', paste the address, press enter.
8. check the log for the import name / address dump.
9. all labels will be automatically removed when you stop debugging.


http://www.mediafire.com/file/5zorao...ats.me%5D_.zip

mr.exodia 11-22-2016 17:07

@mak could you give sources of where the plugins came from?

mak 11-25-2016 19:04

Quote:

Originally Posted by mr.exodia (Post 107760)
@mak could you give sources of where the plugins came from?

Files indicate the source, once again

OW Imports https://www.unknowncheats.me/forum/o...in-x64dbg.html

AttachHelper plugin for x64dbg https://forum.tuts4you.com/
The author was asked to send the plugin to you, but dont know if he did it. :)

dave_omirora 01-06-2017 22:58

x64 dbg that have support new api for Hasp protected?
I can't open program.

mr.exodia 01-07-2017 07:36

@dave_omirora you have to be more specific than that. Could you open an issue on http://issues.x64dbg.com?

user1 01-27-2017 04:35

When is planned to release an stable version? I m using 5 may 2016 release, but latest nighty builds are only for debug testing.

serseri_1453 03-23-2017 04:47

Quote:

Originally Posted by quygia128 (Post 92670)
My first plugin for x64_dbg, this plugin for test only.(32bit support)

Follow in file readme.txt to get more information.

greetz
quygia128

alternatif link please mega or mediafire etc...

korosh 06-25-2020 22:59

Hello guys,
Wish we had a plugin section on x64dbg github !
We have dead link for plugins here.
Thanks

atom0s 06-27-2020 05:45

There is a public list of plugins maintained on their GitHub wiki here:
https://github.com/x64dbg/x64dbg/wiki/Plugins

hp3 08-16-2020 15:18

problem in plug in
 
1 Attachment(s)
hi
why some time come this error when use pluging

atom0s 08-16-2020 15:47

Means that it failed to do some of its work to hook something within its 'DetourCreateRemote32' call. Hard to say which API failed to hook though since that function is used for multiple things. You may want to file a bug report for it here:
https://github.com/x64dbg/ScyllaHide/issues


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

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