Exetools  

Go Back   Exetools > General > Developer Section

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-26-2015, 06:47
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
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:

I prebuilded a PyQt4 package framework 4.8.7
i Modded Batch install script so it will add x64dbg64 spesial build to the release.
added code recognition to editor.
Coded a Python editor to x64dbg
Ton of small things



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.
Reply With Quote
The Following 4 Users Gave Reputation+1 to Storm Shadow For This Useful Post:
chessgod101 (09-26-2015), quygia128 (10-02-2015), sh3dow (10-01-2015), tonyweb (09-26-2015)
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)
  #2  
Old 03-01-2016, 21:00
sh3dow sh3dow is offline
Family
 
Join Date: Oct 2014
Posts: 158
Rept. Given: 113
Rept. Rcvd 79 Times in 24 Posts
Thanks Given: 458
Thanks Rcvd at 202 Times in 75 Posts
sh3dow Reputation: 79
is there code samples to know how use x64dbg-Python
Reply With Quote
The Following User Says Thank You to sh3dow For This Useful Post:
Indigo (07-19-2019)
  #3  
Old 07-24-2016, 02:53
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
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."
Reply With Quote
The Following User Says Thank You to Storm Shadow For This Useful Post:
Indigo (07-19-2019)
  #4  
Old 07-24-2016, 02:55
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
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."
Reply With Quote
The Following User Says Thank You to Storm Shadow For This Useful Post:
Indigo (07-19-2019)
  #5  
Old 07-24-2016, 02:56
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
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."
Reply With Quote
The Following User Says Thank You to Storm Shadow For This Useful Post:
Indigo (07-19-2019)
  #6  
Old 11-15-2016, 20:45
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
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()
Minor code fixes.

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."
Reply With Quote
The Following User Says Thank You to Storm Shadow For This Useful Post:
Indigo (07-19-2019)
  #7  
Old 08-04-2017, 15:29
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
new fixes added.
Quote:
Fix Qt app Crash ( Resolved by @bruce30262)

on the latest release x64dbg ,lost response

Fix Reopen not found
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."
Reply With Quote
The Following 2 Users Say Thank You to Storm Shadow For This Useful Post:
Indigo (07-19-2019), ionioni (08-24-2017)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
x64dbg mr.exodia Developer Section 331 01-24-2024 18:34
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


All times are GMT +8. The time now is 17:25.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )