hakril
|
e70c97cbfc
|
Added symbol sample + SymbolDebugger
|
2020-05-18 22:48:12 +02:00 |
|
hakril
|
5b210b50cb
|
Updated some code in object manager
|
2020-05-18 22:45:08 +02:00 |
|
hakril
|
654280c8a5
|
Adapted samples for py3 support
|
2020-05-11 09:00:57 +02:00 |
|
hakril
|
176066d917
|
Added option --attributes to enum_device, and updated the sample accordingly
|
2020-05-10 23:27:18 +02:00 |
|
hakril
|
0ec8ae2fa6
|
Adapted device manager samples & small API improvements
|
2020-05-10 23:27:18 +02:00 |
|
hakril
|
78c205d248
|
Added some comment about unsure high-level API choice/possibility to discuss
|
2020-05-10 23:27:18 +02:00 |
|
hakril
|
6a7626eb2d
|
Adapted lucasg sample to new (poc) device manager high-level API
|
2020-05-10 23:27:18 +02:00 |
|
lucasg
|
97a1bb22e1
|
[device] Add device object associated with phy device
|
2020-05-10 23:27:18 +02:00 |
|
lucasg
|
5aa181c4cf
|
[Device] Implement API to retrieve resources associated with devices
|
2020-05-10 23:27:18 +02:00 |
|
lucasg
|
445c68537c
|
[Device] Implement apis to retrieve the list of devices under each class
|
2020-05-10 23:27:18 +02:00 |
|
lucasg
|
0ee191c981
|
[Device] Add setupapi SetupDiClassNameFromGuid winproxy
|
2020-05-10 23:27:18 +02:00 |
|
lucasg
|
e74089cda3
|
[Device] Add cfgmgr.CM_Enumerate_Classes winproxy
|
2020-05-10 23:27:18 +02:00 |
|
hakril
|
546818f91b
|
Added a sample for windows.debug.FunctionCallBP : change_function_ret_value.py
|
2020-03-10 23:59:50 +01:00 |
|
hakril
|
fe22a5ad0d
|
Testing/Fixing some sample for py3
|
2020-02-13 23:16:46 +01:00 |
|
hakril
|
2f778b69f9
|
windows.pipe.create now accept a custom security descriptor as parameter
|
2020-02-03 21:42:34 +01:00 |
|
1orenz0
|
5b55d4d693
|
[event_log] Add some more format type to support
|
2019-10-14 22:03:49 +02:00 |
|
1orenz0
|
fbfe4344d4
|
[event_log] some events does not have a template message
|
2019-10-14 22:03:49 +02:00 |
|
1orenz0
|
215afaa418
|
[event_log] add verbose option to wevtutil.py
|
2019-10-14 22:03:49 +02:00 |
|
1orenz0
|
91ef7da2e1
|
[event_log] Fix typo in wevtutil
|
2019-10-14 22:03:49 +02:00 |
|
1orenz0
|
8a14fe9174
|
[event_log] add realtime logger to wevtutil
|
2019-10-14 22:03:49 +02:00 |
|
1orenz0
|
44d9d0dd35
|
[event log] Add example of what can be done with events
|
2019-10-14 22:03:49 +02:00 |
|
hakril
|
4f62434dfb
|
Moved lookup_sid to windows.utils + add Token to window.security + update doc about official Token path
|
2018-12-21 18:50:22 +01:00 |
|
hakril
|
f522f08e7f
|
Fix token.py doc + improve NDR with new class + doc NdrString new behavior + update uac.py sample to match new NdrString
|
2018-12-21 16:05:37 +01:00 |
|
hakril
|
45ace331cb
|
Added token sample + Debugger.on_setup sample
|
2018-12-21 15:27:04 +01:00 |
|
hakril
|
79ff18e06f
|
Update doc/samples/test of windows.security
|
2018-12-21 15:26:29 +01:00 |
|
hakril
|
8dc2d443d5
|
Update WMI docs / samples
|
2018-12-17 23:40:08 +01:00 |
|
hakril
|
c3b85068e5
|
Added Retn to x86/64 assemblers + encryption_demo sample can now sign a file + [WIP] token improvement
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
fff2f37781
|
Add WMI create-process sample + improved some sample feature/doc
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
b6f57b8342
|
Code now use renamed/improved windows.com.Variant
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
c19241098a
|
Improve object manager doc + add samples
|
2018-07-13 14:24:55 +02:00 |
|
hakril
|
041a354d17
|
Update some doc + document windows.system.modules
|
2018-06-11 11:09:48 +02:00 |
|
hakril
|
3d69ad3cb5
|
Add some definition in ctypes generation + winproxy wrappers; fix com.py imports
|
2018-06-05 11:38:57 +02:00 |
|
hakril
|
93bb9b6540
|
Add doc/sample/test for event log code
|
2018-06-05 11:30:25 +02:00 |
|
hakril
|
849d64378f
|
Commit current work on scheduled tasks
|
2018-05-12 00:11:10 +02:00 |
|
hakril
|
83f4b0c48b
|
Fixing some doc / samples
|
2018-03-27 21:24:56 +02:00 |
|
hakril
|
34c2d94bc2
|
Some fixes in code/samples/test
|
2018-03-27 20:37:30 +02:00 |
|
hakril
|
b2c3493f46
|
Improve com generated interface
|
2018-03-09 16:10:59 +01:00 |
|
hakril
|
9ef71ad9e1
|
Clean ICallInterceptor POC
|
2018-03-08 23:12:06 +01:00 |
|
hakril
|
e40b9fb2ff
|
Add quick POC of ICallInterceptor to COM samples
|
2018-03-08 22:45:26 +01:00 |
|
hakril
|
8840b9fdb9
|
updated doc
|
2018-03-07 10:24:46 +01:00 |
|
hakril
|
03e252b53a
|
Upgrade to sphinx 1.7.1 + small css fix + review/update/refactor doc samples
|
2018-03-05 01:06:30 +01:00 |
|
hakril
|
a057f8c130
|
class CertificateContext(PCERT_CONTEXT) replaced by Certificate(CERT_CONTEXT) + multi-received encrypt/decrypt test
|
2018-03-04 18:28:20 +01:00 |
|
hakril
|
4499080a77
|
Remote load library now use LoadLibraryW and get_mapped_filename use GetMappedFileNameW: return unicode str in every case
|
2018-02-07 13:14:25 +01:00 |
|
hakril
|
3490dc987f
|
Default encrypt algo is now AES256_CBC + Fix import_pfx default flags to be able to use it for AES256_CBC simply
|
2017-12-07 15:40:47 +01:00 |
|
hakril
|
32de3cb824
|
Improve ApiSetMap resolve to match ntdll behavior + add sizekey option to encryption_demo genkey option
|
2017-12-06 10:21:40 +01:00 |
|
hakril
|
23837a0713
|
Improving volume objects + adding CurrentProcess.peb.apisetmap with ApiSetMap parsing capabilities
|
2017-12-04 10:12:41 +01:00 |
|
hakril
|
c135780ba9
|
Add Process.virtual_protect default value for 'old_protect' + add test for Improved LSA_UNICODE_STRING used in PEB.ProcessParameters + find_value now search in ntstatus values
|
2017-11-24 17:46:07 +01:00 |
|
Clement Rouault
|
51bc3fdf7c
|
Improve _GUID & typedef definition + add a sample using gdef.meta to search for a name/value in generated defs
|
2017-11-15 15:20:38 +01:00 |
|
hakril
|
2094ab4ad4
|
Fix some docstring + re-add windows.test.pop_proc_[32|64] + fix all samples + few doc adapt
|
2017-10-15 00:13:07 +02:00 |
|
Clement Rouault
|
5ee74d5b8f
|
Update rpc doc + sample + new rpc function + new winfunc definition file + fix setup.py
|
2017-10-05 16:22:16 +02:00 |
|