capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.18k stars 1.52k forks source link

[Auto-Sync] Add `PatchFiles` and `WriteFiles` steps to `ASUpdater` #2353

Open Rot127 opened 1 month ago

Rot127 commented 1 month ago

Feature

Describe the feature you'd like

The ASUpdater.py should get an additional generation option to write files and patch files. It is annoying to do this by hand and effort to explain the procedure to newcomers working with auto-sync the first time.

Additional context none