mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
more doc
This commit is contained in:
@@ -2,9 +2,6 @@ TODO:
|
||||
- Documentation
|
||||
- Pass 0.2 when doc is done <3
|
||||
- type pass to dbg callback
|
||||
- Context.regs
|
||||
- explain what is a DeadThread (do I still need it ?)
|
||||
- Eflags (raw stuff)
|
||||
|
||||
- ProcessMemory object ? (metasm like)
|
||||
|
||||
@@ -20,7 +17,7 @@ TODO:
|
||||
|
||||
- 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
|
||||
Just need to pass 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..
|
||||
@@ -44,8 +41,6 @@ TODO:
|
||||
- NtQueryVirtualMemory_32_to_64 (stop using hardcoded value for request type: add it to enum)
|
||||
|
||||
|
||||
|
||||
|
||||
CHANGELOG:
|
||||
* NEW REGISTRY -> change examples and documentation
|
||||
* WinProcess is not a PROCESSENTRY32 anymore (change doc)
|
||||
@@ -55,10 +50,7 @@ Documentation
|
||||
* Debugger
|
||||
* LocalDebugger
|
||||
* windows.com
|
||||
* windows.wintrust
|
||||
* New stuff in exception ?
|
||||
* system.services
|
||||
* New stuff in WMI ?(think not just change in internal)
|
||||
* windows.utils
|
||||
|
||||
* verif samples
|
||||
@@ -66,7 +58,6 @@ Documentation
|
||||
FIXME:
|
||||
- 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..
|
||||
|
||||
RESSOURCE
|
||||
|
||||
Reference in New Issue
Block a user