mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
17 lines
605 B
Plaintext
17 lines
605 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..)
|
|
|
|
FIXME:
|
|
- WMI
|
|
- COM initialisation when injected in another process
|
|
- The CoInitialize might be already called
|
|
- Fix that |