#31
|
|||
|
|||
AttachHelper plugin for x64dbg
This plug-in automatically restores that "DbgBreakPoint", "DbgUiRemoteBreakin". http://www.mediafire.com/file/priwaetcn9g4lp4/x64dbg_AttachHelper.zip |
#32
|
|||
|
|||
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 |
The Following User Says Thank You to mak For This Useful Post: | ||
Indigo (07-19-2019) |
#33
|
|||
|
|||
@mak could you give sources of where the plugins came from?
|
The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) |
#34
|
|||
|
|||
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. |
The Following User Says Thank You to mak For This Useful Post: | ||
Indigo (07-19-2019) |
#35
|
|||
|
|||
x64 dbg that have support new api for Hasp protected?
I can't open program. |
The Following User Says Thank You to dave_omirora For This Useful Post: | ||
Indigo (07-19-2019) |
#36
|
|||
|
|||
@dave_omirora you have to be more specific than that. Could you open an issue on http://issues.x64dbg.com?
|
The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) |
#37
|
|||
|
|||
When is planned to release an stable version? I m using 5 may 2016 release, but latest nighty builds are only for debug testing.
|
The Following User Says Thank You to user1 For This Useful Post: | ||
Indigo (07-19-2019) |
#39
|
|||
|
|||
Hello guys,
Wish we had a plugin section on x64dbg github ! We have dead link for plugins here. Thanks |
#40
|
||||
|
||||
There is a public list of plugins maintained on their GitHub wiki here:
https://github.com/x64dbg/x64dbg/wiki/Plugins
__________________
Personal Projects Site: https://atom0s.com |
The Following User Says Thank You to atom0s For This Useful Post: | ||
niculaita (06-27-2020) |
#41
|
|||
|
|||
problem in plug in
hi
why some time come this error when use pluging |
#42
|
||||
|
||||
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
__________________
Personal Projects Site: https://atom0s.com |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
using x64_dbg | rcer | General Discussion | 8 | 09-06-2015 08:28 |