Exetools

Exetools (https://forum.exetools.com/index.php)
-   Developer Section (https://forum.exetools.com/forumdisplay.php?f=48)
-   -   CeAutoAsm-x64dbg Plugin (https://forum.exetools.com/showthread.php?t=18434)

atom0s 10-04-2017 08:33

CeAutoAsm-x64dbg Plugin
 
Overview
The CeAutoAsm plugin is a wrapper around a mini-project of mine, ceautoasm.dll.

ceautoasm.dll is Cheat Engine's internal auto assembler ripped out into a standalone library that can be used pretty much anywhere in a Windows environment. ceautoasm.dll uses the latest Cheat Engine code base for its internal workings with as minimal changes to the original code as needed to make it work.

Some features of the auto assembler and internals have been removed to limit file size and ease of use.

Removed Features (General)
  • All ARM / JNI / Unix / Mono features removed.
  • All Lua features are removed.
  • All driver/kernel level features removed.
  • All DBVM features removed.
  • Structure / Extended debug information resolving removed. (May restore later.)

Removed Features (Auto Assembler Engine)
  • Prologues [Removed due to not using Lua/Plugin features.]
  • Commands [Removed due to not using Lua/Plugin features.]
  • Plugins [Removed due to not using Lua/Plugin features.]
  • INCLUDE() macro. [Removed due to overhead/bloat. May be restored later.]
  • KALLOC() macro. [Removed due to not using kernel features.]
  • LOADLIBRARY() macro. [Removed due to overhead/bloat. Lot of code changes required to work with this library.]
  • LUACALL() macro. [Removed due to not using Lua features.]
  • REASSEMBLE() macro. [Removed due to requiring unwanted UI related things / disassembler engine.]

Features

CeAutoAsm implements the following commands for x64dbg:
  • ceautoasm.getaddress [parsable_string]
    • Parses a Cheat Engine based string that can be interpreted as an address.
  • ceautoasm.goto [parsable_string]
    • Parses a Cheat Engine based string that can be interpreted as an address and goes to it in the CPU window.
  • ceautoasm.script.enable [script_name]
    • Executes the enable section of the given script.
  • ceautoasm.script.disable [script_name]
    • Executes the disable section of the given script.

Full information and download can be found on the Github:
https://github.com/atom0s/CeAutoAsm-x64dbg

atom0s 10-05-2017 09:30

The 64bit version is now added to the Github repository. I have not had time to test the plugin itself. ceautoasm was tested in my demo app and appeared to pass all tests so it should be good to go. Github link above for latest info and files.


All times are GMT +8. The time now is 09:36.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX