# ODbgScript **Repository Path**: ningxiansen/ODbgScript ## Basic Information - **Project Name**: ODbgScript - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-04 - **Last Updated**: 2026-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ODbgScript > ODbgScript is a plugin for OllyDbg, which is, in our opinion, the best application-mode debugger out there. > One of the best features of this debugger is the plugin architecture which allows users to extend its functionality. > ODbgScript is a plugin meant to let you automate OllyDbg by writing scripts in an assembly-like language. > Many tasks involve a lot of repetitive work just to get to some point in the debugged application. > By using this plugin you can write a script once and for all. > - http://odbgscript.sourceforge.net This repository contains updated project files for VS2013 and eventually a port to [x64dbg](http://x64dbg.com).