View Single Post
  #1  
Old 10-04-2017, 08:33
atom0s's Avatar
atom0s atom0s is offline
Family
 
Join Date: Jan 2015
Location: 127.0.0.1
Posts: 396
Rept. Given: 26
Rept. Rcvd 126 Times in 63 Posts
Thanks Given: 54
Thanks Rcvd at 730 Times in 279 Posts
atom0s Reputation: 100-199 atom0s Reputation: 100-199
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
Reply With Quote
The Following 3 Users Gave Reputation+1 to atom0s For This Useful Post:
MarcElBichon (10-04-2017), mr.exodia (10-04-2017), yoza (10-11-2017)
The Following 10 Users Say Thank You to atom0s For This Useful Post:
besoeso (10-05-2017), computerline (10-04-2017), danrevella (02-19-2022), dj-siba (10-08-2017), Indigo (07-19-2019), niculaita (10-06-2017), sh3dow (10-05-2017), Spiderz_Soft (10-07-2017), yoza (10-04-2017), zeuscane (10-04-2017)