MarcElBichon suggestion and AI convinced me to resurrect the project

so here it is v1.2.0
https://github.com/arkup/arkDasm/releases/tag/1.2.0
Changelog:
- added MCP support for the disassembler and debugger
- added Functions and Strings windows
- added support for conditional software breakpoints
- introduced a proper multi-pane IDE layout as the default workspace
- added Find hex search over the database and live process memory
- added recently opened files and a new Welcome dialog with file selection
- switched from DIA to DbgHelp for debug information handling
- added execution commands: g, t, p, gu, break, detach
- added breakpoint commands: bl, bc, bd, be
- added inspection commands: ~, r, rr, u, lm, x, strings, writemem
- added memory dump commands: db, dw, dd, dq
- added dps, which dumps pointers annotated with the symbol each one points at
- added File - Unload to close a file without leaving the program
- switched to Zydis disassembler library, replacing Capstone
- updated Qt to 6.8.3
- minor bug fixes and improvements