Current version: 1.0.0.7 - Last updated: 05/03/2018 For the x64 version of this plugin, visit here
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.
- Copy selected range to assembler style 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.
- Options to adjust comments and label outputs.
- Format hex values as C style (0x) or Masm style.
- Registered commands:
CopyToAsmClip
(ctac
) andCopyToAsmRef
(ctar
)
- If x32dbg (x64dbg 32bit) is currently running, stop and exit.
- Copy the
CopyToAsm.dp32
to yourx64dbg\x32\plugins
folder. - Start x32dbg
- Written by fearless - www.LetTheLight.in
- Created with the x64dbg Plugin SDK For x86 Assembler
- A RadASM project (.rap) is used to manage and compile the plugin. The RadASM IDE can be downloaded here
- Some plugins make use of the MASM32 SDK found here
- Wiki entry: szLen from Masm32 library CopyToAsm example