mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
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..)
|
|
|
|
|
|
- Threading
|
|
- Quid IAT hook stub ? just einit threads and remove this ?
|
|
|
|
- Injection
|
|
- code generated by generate_python_exec_shellcode_64[32] may be reused
|
|
Just need to passe the address of the python string as argument
|
|
|
|
- rewrite generate_stub_64[32] : it's a non-sens to not save stuff on the stack..
|
|
I can re-copy the args on stack..
|
|
|
|
- Winproxy:
|
|
- rethink OptionalExport ? not useful with lazy resolution (or we need to force resolution..)
|
|
|
|
- Debugger
|
|
- TODO: test breakpoint with specific target
|
|
|
|
|
|
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
|
|
|
|
- Push("[ECX]") in simple_x64 as a "H" rex and i think it should not..
|
|
|
|
Documentation:
|
|
- debug.py
|
|
- exception.py
|
|
- WinProcess/WinThread new methods
|
|
- the new samples
|
|
- native_exec.nativeutils |