mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
34 lines
855 B
Plaintext
34 lines
855 B
Plaintext
TODO:
|
|
- Documentation
|
|
|
|
- Better WMI interface
|
|
|
|
- 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
|
|
|
|
- Readme
|
|
- Debugger ? Veh ?
|
|
|
|
- TransparentApiProxy
|
|
double name (params and args) for same info..
|
|
|
|
- Parse .IDL file for more COM NAME->IID
|
|
|
|
- Add test for debugger with breakpoint that add another breakpoint on trigger
|
|
|
|
- Some test/doc on windows.system.handles
|
|
|
|
|
|
Documentation
|
|
* verif samples
|
|
* COMImplementation (example in LKD)
|
|
|
|
FIXME:
|
|
- setup.py build seems to raise an error
|
|
- 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 |