mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
28 lines
725 B
Plaintext
28 lines
725 B
Plaintext
TODO:
|
|
- Documentation
|
|
|
|
- Better WMI interface
|
|
- Bug in VARIANT_TYPE == BOOL (see Win32_OperatingSystem->Debug)
|
|
|
|
- DBG
|
|
- Verif multiple bp at same place..
|
|
- Verif multiple pending at same place
|
|
- Test !! (bp, BP_HX, bp on only on process, bp_hx on only one thread..)
|
|
- test breakpoint with specific target
|
|
|
|
- remotectypes
|
|
- pretty sur I can get rid of PointerToStruct64/PointerToStruct32
|
|
|
|
- Some test/doc on windows.system.handles
|
|
|
|
- registry
|
|
- test !
|
|
|
|
Documentation
|
|
* verif samples
|
|
|
|
FIXME:
|
|
- Push("[ECX]") in simple_x64 as a "H" rex and i think it should not..
|
|
|
|
RESSOURCE
|
|
* read http://www.codeproject.com/Articles/18975/Listing-Used-Files |