#1
|
||||
|
||||
x64dbg python
Tomer Zait have been working on adding python for x64dbg.
Me and @Mr.Exodia been helping him. Tomer is pretty busy at work so, i have added some stuff to the plugin. Quote:
Here is a video i made so you can learn how to build it from scratch. https://www.youtube.com/watch?v=MankLX2UfSY Here a little intro to x64dbg python and use of the editor in x64dbg. https://www.youtube.com/watch?v=CakZ...ature=youtu.be links Official x64dbg github https://github.com/x64dbg/x64dbg-python My changes are not pulled yet so here is mine. https://github.com/techbliss/x64dbg-python/tree/v25 Here is a prebuilded link of the intire package so you can test it out. Watch first youtube video so you know wher to put it. x64dbg_Build.txt
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." Last edited by Storm Shadow; 09-26-2015 at 07:02. |
The Following 4 Users Gave Reputation+1 to Storm Shadow For This Useful Post: | ||
The Following 16 Users Say Thank You to Storm Shadow For This Useful Post: | ||
an0rma1 (08-04-2017), anon_c (09-27-2015), Artic (10-11-2015), chessgod101 (09-26-2015), dude719 (12-02-2016), Indigo (07-19-2019), Kjacky (03-03-2016), mr.exodia (11-04-2015), niculaita (11-15-2016), quygia128 (10-02-2015), serseri_1453 (09-15-2016), sh3dow (10-01-2015), SinaDiR (09-28-2015), Spiderz_Soft (12-20-2015), WaSt3d_ByTes (09-30-2015) |
#3
|
||||
|
||||
x64dbgpy-Plugin-Template
Template for easying the making of pythyon plugins for x64dbgpy This is a template for compiling x64dbgpy plugins. https://github.com/techbliss/x64dbgpy-Plugin-Template
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
The Following User Says Thank You to Storm Shadow For This Useful Post: | ||
Indigo (07-19-2019) |
#4
|
||||
|
||||
x64dbg_updater
Python code that will fetch latest release from a github release page , with x64dbgpy https://github.com/techbliss/x64dbg_updater
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
The Following User Says Thank You to Storm Shadow For This Useful Post: | ||
Indigo (07-19-2019) |
#5
|
||||
|
||||
Screen_Recorder_x64dbg
Screen recorder for x64dbg, for recording screen while debugging https://github.com/techbliss/Screen_Recorder_x64dbg
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
The Following User Says Thank You to Storm Shadow For This Useful Post: | ||
Indigo (07-19-2019) |
#6
|
||||
|
||||
v2 X64dbg script editor by Storm Shadow
v.2.0 changelog Fixed editor cant open twize( cant find editor). Added font box . Getting ready for debugger(added breakpoint boxes in editor). Fix for GUI None Responsive while debugging. Code:
import x64dbgpy from x64dbgpy.pluginsdk.x64dbg import * x64dbgpy.pluginsdk.debug.Run() https://github.com/techbliss/X64dbg_script_editor
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
The Following User Says Thank You to Storm Shadow For This Useful Post: | ||
Indigo (07-19-2019) |
#7
|
||||
|
||||
new fixes added.
Quote:
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm." Today I whispered in the devils ear, "I am the storm." |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
x64dbg | mr.exodia | Developer Section | 333 | 10-02-2024 15:07 |
nfd - x64dbg plugin | hors | Community Tools | 2 | 04-01-2018 08:18 |
Q: How can I get this kind of output from X64DBG? | Stingered | General Discussion | 3 | 01-13-2018 07:15 |
CeAutoAsm-x64dbg Plugin | atom0s | Developer Section | 1 | 10-05-2017 09:30 |