mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
TODO:
|
|
|
|
- Better WMI interface
|
|
|
|
- Process:
|
|
- set/get WinProcess.priority
|
|
|
|
- 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
|
|
|
|
- Rethink/adapt Debugger._explicit_single_step
|
|
- Does not handle case where EEFlags.TF was by the debugge before trigering the exception
|
|
- Should set the flag explicitly in single_step ? and not just use EEFlags.TF ?
|
|
- _handle_load_dll
|
|
- error in keys of 'self._module_by_process[self.current_process.pid]'
|
|
- if I have a ntdll32 and ntdll64: both would have the same name in the list..
|
|
|
|
|
|
- Il y a un truc fucked-up avec le add_bp(target=XXX)
|
|
- j'attends a avoir un thread/process mais je fait des check sur TID/PID..
|
|
- Ecrire un test et fix..
|
|
|
|
|
|
- windows.alpc | windows.rpc
|
|
- Clean + doc + samples
|
|
|
|
|
|
- remotectypes
|
|
- pretty sur I can get rid of PointerToStruct64/PointerToStruct32
|
|
|
|
- Some test/doc on windows.system.handles
|
|
|
|
|
|
- wintrust doc:
|
|
add : https://blogs.msdn.microsoft.com/winsdk/2016/01/05/why-cryptcatadmincalchashfromfilehandle-fails-with-a-seemingly-unexpected-error-code/
|
|
|
|
Documentation
|
|
* verif samples
|
|
|
|
RESSOURCE
|
|
* read http://www.codeproject.com/Articles/18975/Listing-Used-Files |