Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CopyToAsm - x64dbg plugin

Featured Replies

Posted

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 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) and CopyToAsmRef (ctar)

 

How To Install

  • Copy the CopyToAsm.dp32 file to your x64dbg\x32\plugins folder
  • Copy the CopyToAsm.dp64 file to your x64dbg\x64\plugins folder

 

How To Use

  • Open x64dbg
  • Open target
  • Select lines of disassembly in the cpu tab window
  • Select CopyToAsm plugin
  • Select copy to clipboard (or copy to reference view tab)
  • Paste into text document (if previously copied to clipboard)
     

Project Pages
https://github.com/mrfearless/CopyToAsm-Plugin-x86
https://github.com/mrfearless/CopyToAsm-Plugin-x64

 

Downloads
CopyToAsm-Plugin-x86
CopyToAsm-Plugin-x64

 

Some screenshots

cta_label_options.png

cta_comment_options.png

cta_format_options.png

 

See wiki example for more details: szLen example

Raw x64dbg disassembly of szLen function of masm32 library:

szlenraw.png

Copied and processed asm code pasted to clipboard:

szlenctacliptext.png

Edited by fearless
added szLen images

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.