-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a61c96
commit 3381491
Showing
20 changed files
with
1,740 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*text=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.