You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): major improvements across debugger, vulnscan, and logging
- Added explicit variable type annotations across most files
- Rewrote `dump_memory` to include TODO logic and improve robustness
- Enhanced debugger version check:
- Now supports custom Git repo URLs for update checks
- Improved forced exit handling in `Logicytics.py` with basic cleanup
- vulnscan module upgrades:
- Implemented batch file reading
- Switched to asynchronous file scanning
- Optimized model loading with caching
- Improved feature extraction pipeline
- Introduced `MAX_FILE_SIZE` global (default 50MB; None to ignore)
- Added `max_workers` and `UNREADABLE_EXTENSIONS` to `config.ini`
- Replaced `print` statements with structured logging across logicytics lib
Signed-off-by: Shahm Najeeb <Nirt_12023@outlook.com>
0 commit comments