store original name for modules

This commit is contained in:
2025-05-05 00:31:56 +03:00
parent 23ccaf5895
commit 7c1145617a
5 changed files with 39 additions and 33 deletions

View File

@@ -3,7 +3,9 @@
* developing, significantly tightening the traditional feedback loop.
*
* Currently not supported:
* - modifying modules loaded at runtime
* - modifying he executable
* - modifying modules loaded at runtime, only those present at startup count
* - modifying two modules with depending changes at the same time
*/
#ifndef HILOAD_H_