Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfearless committed Jan 29, 2018
1 parent 6a61c96 commit 3381491
Show file tree
Hide file tree
Showing 20 changed files with 1,740 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*text=false
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bak/
*.undo
*.obj
*.pdb
*.ilk
*.exp
Help/
template/
downloads/
screenshots/
wiki/
packagedownloads.bat
42 changes: 42 additions & 0 deletions CopyToAsm-readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
;=====================================================================================
;
; CopyToAsm-readme.txt
;
; v1.0.0.0 - Last updated 29/01/2018
;
;-------------------------------------------------------------------------------------


About
-----

CopyToAsm Plugin (x64) For x64dbg (64bit plugin)
by fearless - www.LetTheLight.in

Created with the x64dbg Plugin SDK For x64 Assembler
https://github.com/mrfearless/x64dbg-Plugin-SDK-For-x64-Assembler


Overview
--------

A plugin to copy a selected disassembly range in the x64dbg cpu view tab and convert to
a masm compatible style assembler code and output to clipboard or the reference view tab.


Features
--------

- Copy selected range to masm style assembler code.
- Outputs assembler code to clipboard or reference view.
- Adds labels for jump destinations.
- Adjusts jump instructions to point to added labels.
- Indicates if jump destinations are outside selection range.
- Code comments to indicate start/end and outside range.
- Removes '0x' from values and appends 'h' for masm style hex values.


Notes
-----

- 29/01/2018 first release
Loading

0 comments on commit 3381491

Please sign in to comment.