mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
29 lines
978 B
Plaintext
29 lines
978 B
Plaintext
TODO:
|
|
- Documentation
|
|
- ProcessMemory object ? (metasm like)
|
|
- Extend Registry feature (write)
|
|
|
|
- remove pe_parse.transform_ctypes_fields (use utils.transform_ctypes_fields)
|
|
- DBG
|
|
- Verif multiple bp at same place..
|
|
- Verif multiple pending at same place
|
|
- Clean / (rethink?) vectored_exception (+rename exception.py? context.py?)
|
|
- Test !! (bp, BP_HX, bp on only on process, bp_hx on only one thread..)
|
|
|
|
- Injection with suspended process ?
|
|
- FIX/add test (inject suspended 32 -> 64)
|
|
- VEH:
|
|
- reprise sur erreur
|
|
- reprise context modification
|
|
|
|
- Free all the virtual_alloc
|
|
- Real API arround alloc/free memory in WinProcess..
|
|
|
|
FIXME:
|
|
- WMI
|
|
- COM initialisation when injected in another process
|
|
- The CoInitialize might be already called
|
|
- Fix that
|
|
|
|
- setup.py build seems to raise an error
|
|
- winutils.create_process : use WinProcess._from_handle |