Clement Rouault
|
aff6ee4e17
|
replace PORT_MESSAGE struct def with PORT_MESSAGE[32|64] + FunctionBP can get the function via a class parameter
|
2017-06-21 13:16:22 +02:00 |
|
Clement Rouault
|
ae5a211613
|
fix SIZE_T definition to ctypes.c_size_t + fix MessageAttribute._get_required_buffer_size
|
2017-06-08 18:22:24 +02:00 |
|
hakril
|
1a7e342318
|
Add Winprocess.limited_handle for QUERY_LIMITED_INFORMATION api call
|
2017-06-07 20:00:37 +02:00 |
|
Clement Rouault
|
a5688076a6
|
add uac sample
|
2017-06-07 11:45:59 +02:00 |
|
Clement Rouault
|
a13b287202
|
Clean some rpc/alpc code + add ndr.NdrCString
|
2017-06-07 11:45:11 +02:00 |
|
Clement Rouault
|
4c8747b628
|
Add winproxy.MessageBox[AW]
|
2017-06-07 11:39:37 +02:00 |
|
Clement Rouault
|
1a73fe713b
|
Add missing psid.py + some rpc fix + alpc sample + wincli
|
2017-05-24 17:49:46 +02:00 |
|
Clement Rouault
|
a89854a045
|
PrintBP now accept a pre-format fonction to forge new format parameters
|
2017-05-24 17:45:27 +02:00 |
|
Clement Rouault
|
3c21d8c59c
|
token.integrity is now settable
|
2017-05-24 17:43:34 +02:00 |
|
Clement Rouault
|
9461d4a2fb
|
Add structs/def/funcs + Service.start()
|
2017-05-24 17:40:31 +02:00 |
|
Clement Rouault
|
5b17cc988f
|
simple_x64 does not add extra unwanted REX for some 'Slash [MEM]' instruction
|
2017-05-24 17:33:40 +02:00 |
|
Clement Rouault
|
e5e9ff7a47
|
windows.alpc + windows.rpc first version (manual_uac works with those)
|
2017-05-19 17:14:10 +02:00 |
|
Clement Rouault
|
d24e62e319
|
Add PrintBP + few fix in Debugger + simple string-address resolution in localdebugger
|
2017-05-19 15:39:32 +02:00 |
|
Clement Rouault
|
bc3c033e84
|
Added some definitions for SID/Privilege/others
|
2017-05-19 15:37:26 +02:00 |
|
Clement Rouault
|
dbd98c93ed
|
fix Process.ppid implem + new version does not enum processes
|
2017-04-28 17:29:17 +02:00 |
|
Clement Rouault
|
48fbeaee77
|
Fix bug in debugger: close EVENT_INFO hFile only if not NULL
|
2017-04-27 14:10:03 +02:00 |
|
Clement Rouault
|
f9a650fcf3
|
WinThread is not a THREADENTRY32 anymore + add Winprocess.peb.exe
|
2017-04-27 12:06:04 +02:00 |
|
Clement Rouault
|
c0d03a2f58
|
Fix some handle leak, debugger close hFile on event + enumerate processes/threads close snap handle
|
2017-04-26 14:46:45 +02:00 |
|
Clement Rouault
|
feb76b48c3
|
unit tests now check for uncollectable-object (gc.garbage)
|
2017-04-26 11:07:52 +02:00 |
|
hakril
|
be5cbe2631
|
Winprocess.peb not a fixedproperty anymore to prevent ref-cycle + add windows.crypto to setup.py
|
2017-04-24 22:43:49 +02:00 |
|
hakril
|
8aa71f8c44
|
Fix remote execute_python in multiple process where python.dll is load at differents addresses
|
2017-04-21 21:22:24 +02:00 |
|
Clement Rouault
|
b418d85a5a
|
Fix test_exe_in_module_list for python 64b
|
2017-04-21 17:39:05 +02:00 |
|
Clement Rouault
|
3f6131d621
|
Fix implem of bp exe!(offset|API) + add test for this case
|
2017-04-21 17:30:18 +02:00 |
|
Clement Rouault
|
db6cec9031
|
Add PEB.Mutant + PEB.ImageBaseAddress in PEB definition
|
2017-04-21 17:01:45 +02:00 |
|
Clement Rouault
|
120e9bfa6f
|
Add exe in the debugger list of modules (for bp)
|
2017-04-21 15:03:48 +02:00 |
|
Clement Rouault
|
799bca8d3f
|
Fix BitsCopyCallback callback prototype + print error code on bits job error
|
2017-04-20 11:52:56 +02:00 |
|
hakril
|
979d1bd418
|
Regenerate doc with sphinx 1.5.5
|
2017-04-13 13:11:35 +02:00 |
|
Clement Rouault
|
9cb9c2a9a0
|
Update doc build
|
2017-04-13 11:42:52 +02:00 |
|
Clement Rouault
|
1b0f1e9507
|
update winproxy list of function
|
2017-04-13 11:41:48 +02:00 |
|
Clement Rouault
|
654e6bff71
|
change remote_calc sample to use notepad + add demo of test_code sample + Stos[BWD] in simple_x86 +
|
2017-04-13 11:14:09 +02:00 |
|
Clement Rouault
|
344678de02
|
Add doc/sample for CryptObject
|
2017-04-12 17:20:37 +02:00 |
|
Clement Rouault
|
70d330961a
|
exception reraised by registry have a winerror + remove dead code windows windows.com
|
2017-04-12 17:20:37 +02:00 |
|
Clement Rouault
|
0902618312
|
Add few test for windows.crypto + fix a syswow test
|
2017-04-12 17:20:37 +02:00 |
|
Clement Rouault
|
b31702f783
|
Add BITS COM wrappers
|
2017-04-12 17:20:37 +02:00 |
|
Clement Rouault
|
81df41339b
|
Improve windows.com.IID __repr__ and __eq__ + interface IBackgroundCopyCallback + COMImplementation.QueryInterface now returns better value allowing marshalling
|
2017-04-12 17:20:36 +02:00 |
|
Clement Rouault
|
a6eb669099
|
Imprive windows.com.IID + add some BITS Interface/structs
|
2017-04-12 17:20:36 +02:00 |
|
hakril
|
ab01eba54f
|
More doc + fix sample on windows.crypto
|
2017-04-12 17:20:36 +02:00 |
|
hakril
|
1550c5ae3e
|
adding sample for windows.crypto
|
2017-04-12 17:20:36 +02:00 |
|
hakril
|
f1b1bec903
|
Working on documentation of windows.crypto
|
2017-04-12 17:20:36 +02:00 |
|
Clement Rouault
|
e08720e49a
|
Fix pickle/unpikcl of Flag + StrFlag for protocol 2 + StrFlag.__str__ is the string + test
|
2017-04-12 17:20:36 +02:00 |
|
Clement Rouault
|
21c179ed2e
|
add sample for windows.crypto
|
2017-04-12 17:20:36 +02:00 |
|
Clement Rouault
|
4183646b28
|
add Handle.infos + Process.open_token
|
2017-04-12 17:20:36 +02:00 |
|
Clement Rouault
|
5431b57560
|
fix ImprovedVariant.asbool + com.create_instance accept a context parameter + fix RemoteWCharP.value logic + winutils.decompress_buffer
|
2017-04-12 17:20:36 +02:00 |
|
Clement Rouault
|
a107656402
|
Add SACL/DACL related struct to func/def/structs + some winerror + some crypto func + utility func
|
2017-04-12 17:20:36 +02:00 |
|
Clement Rouault
|
64f56d3977
|
Identified a possible bug with Debugger._explicit_single_step + some DBGPRINT
|
2017-04-12 17:20:35 +02:00 |
|
Clement Rouault
|
d2582d5e09
|
Renamed some error check method with intelligible name + some security functions def
|
2017-04-12 17:20:35 +02:00 |
|
Clement Rouault
|
3f39ca9f0c
|
More work on windows.crypto and Add an encryption sample POC
|
2017-04-12 17:20:35 +02:00 |
|
Clement Rouault
|
8743883068
|
working on crypto.certificate.CryptObject
|
2017-04-12 17:19:01 +02:00 |
|
hakril
|
ae02d9e916
|
Add some User32 API
|
2017-04-12 17:19:01 +02:00 |
|
Clement Rouault
|
98bc95204d
|
still Working on windows.crypto object + API + test
|
2017-04-12 17:19:01 +02:00 |
|