AutoCmdLine-Plugin-x64 icon indicating copy to clipboard operation
AutoCmdLine-Plugin-x64 copied to clipboard

AutoCmdLine Plugin (x64) - A Plugin For x64dbg

AutoCmdLine Plugin (x64) - A Plugin For x64dbg

Current version: 1.0.0.4 - Last updated: 09/08/2016 For the x86 version of this plugin, visit here

Overview

A plugin to remember the command line and load it up automatically

Features

  • Add and/or change command line
  • Remember command line
  • Automatically set command line

How to install

  • If x64dbg (x64dbg 64bit) is currently running, stop and exit.
  • Copy the AutoCmdLine.dp64 to your x64dbg\x64\plugins folder.
  • Start x64dbg

Notes

AutoCmdLine takes the modulename, the full filepath of the program that is loaded and being debugged and creates an MD5 hash from this value. It searches in the plugins\AutoCmdLine.ini file for a matching profile section name and loads up the saved command line if it was set to 'remember' it.

'remember' perhaps should be named auto-load as it will auto load this command line the next time the same module is being debugged.

Arguments on the command line should be wrapped with double quotes "" and you should specify the fullpath for any arguments that require it.

This is to ensure compatability with windows and how it handles arguments and also with the way x64dbg sets the cmdline.

Information

x64dbg