hakril
|
4e8a765bd6
|
Added some generated def
|
2019-01-22 15:02:18 +01:00 |
|
hakril
|
370210a610
|
Fix a bug in MEMORY_BASIC_INFORMATION64 extended struct + add related test
|
2019-01-03 21:51:35 +01:00 |
|
hakril
|
c2f2f4c0a5
|
Flag repr does not print long 'L' at the end of hex value
|
2018-12-28 21:13:40 +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
|
a9a39bc53f
|
Added multiple ctypes_generation definition + some winproxy functions
|
2018-12-21 15:31:51 +01:00 |
|
hakril
|
6c4a5f7d65
|
Added LoadLibraryEx[AW] + FreeLibrary to winproxy
|
2018-11-27 14:38:29 +01:00 |
|
hakril
|
5df8cc96dc
|
enum mapper is now a FlagMapper + improve winfunc parsing
|
2018-11-26 22:39:31 +01:00 |
|
hakril
|
2a4bdd7e30
|
removing crypto ECRYPT_DATA_BLOB. now CRYPT_DATA_BLOB is extended_struct + testing new API in crypto object
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
cf6c813002
|
ComInterface now expose a callback for ctypes error handling. Allow COM interface to change/handle the raised Exception
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
b167c6e70f
|
Made some improvement of error handling by ApiProxy + some new generated def
|
2018-11-24 22:59:01 +01:00 |
|
hakril
|
91cbcce38f
|
Added some definition + POC of FlagExtractor
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
33ca0c9c34
|
Added many security-related defines + moved improved-psid in extended_structs
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
272ad24f15
|
Added extended-struct capabilities to simple_type.txt
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
967c18d521
|
Added POC WinProcess.memory_info + some crypto defines
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
570436120b
|
Added some functions
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
7a313f57c1
|
Added some crypto-related ctypes_generation definitions + generate.py now try to check for out-of-order definition
|
2018-11-24 22:59:00 +01:00 |
|
hakril
|
c97d149630
|
Added some ctypes_generation definitions
|
2018-08-02 18:42:36 +02:00 |
|
hakril
|
e6a022f8be
|
Add windows.system.edition
|
2018-07-13 18:08:00 +02:00 |
|
hakril
|
d232928780
|
Added some generated def + some winproxy functions
|
2018-07-13 14:33:50 +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
|
a559c5c295
|
Update some doc / test + some ctypes generation definition
|
2018-06-05 11:34:52 +02:00 |
|
hakril
|
057d4e5408
|
Add scheduled_task code/doc-source/tests
|
2018-06-01 12:20:13 +02:00 |
|
hakril
|
11e4afeef5
|
ctypes generation : added bitfield parsing/generation + update/fix some definitions
|
2018-05-12 00:16:45 +02:00 |
|
hakril
|
849d64378f
|
Commit current work on scheduled tasks
|
2018-05-12 00:11:10 +02:00 |
|
hakril
|
8cc361b1f9
|
ctypes generation allow COM mission interface autocopy from a directory + support anon structs/enum in typedef
|
2018-04-16 19:54:09 +02:00 |
|
hakril
|
b88ce36acb
|
Add somme Evt-related define/structs/functions
|
2018-03-27 20:46:54 +02:00 |
|
hakril
|
4564be8488
|
Adding IShellLinkW + commit generated defs
|
2018-03-27 20:44:54 +02:00 |
|
hakril
|
34c2d94bc2
|
Some fixes in code/samples/test
|
2018-03-27 20:37:30 +02:00 |
|
hakril
|
66852aae37
|
Add function NtAllocateVirtualMemory + NtFreeVirtualMemory
|
2018-03-23 12:43:31 +01:00 |
|
hakril
|
094979f7c0
|
Add NtWriteVirtualMemory + fix some winfunc param/ret-val type
|
2018-03-22 19:28:54 +01:00 |
|
hakril
|
b2c3493f46
|
Improve com generated interface
|
2018-03-09 16:10:59 +01:00 |
|
hakril
|
af6943992a
|
cgen: Function generated after COM, handle COM variadic (cdecl) defintion + Comimplem.IID generated avec _functions_ + Add some COM/ComInterceptor definitions
|
2018-03-08 22:35:54 +01:00 |
|
hakril
|
8840b9fdb9
|
updated doc
|
2018-03-07 10:24:46 +01:00 |
|
hakril
|
1dc13b1a35
|
Adding some PE related windef + CertFreeCertificateContext
|
2018-03-04 18:45:23 +01:00 |
|
hakril
|
805e735a88
|
Added some ctypes definitions
|
2018-03-03 16:49:53 +01:00 |
|
hakril
|
b2a72f11cc
|
Add windows.pipe for simpler communication with injected process
|
2018-02-02 10:27:04 +01:00 |
|
hakril
|
4251b18041
|
Fix ctypes generation + COM interface dependance check + add IPersistFile, IShellLink, strucs/defs
|
2018-01-25 16:51:04 +01:00 |
|
hakril
|
82e464d527
|
Replaced old generate.py with new ctypes generation code !
|
2018-01-19 18:11:16 +01:00 |
|
hakril
|
445de0b007
|
Commit generated def before switching generator code
|
2018-01-19 17:33:33 +01:00 |
|
hakril
|
61ddb4821a
|
Working in new ctypes generation code and features
|
2018-01-17 01:17:55 +01:00 |
|
hakril
|
715a7fee95
|
Add CryptMsgVerifyCountersignatureEncoded[Ex] and some crypto definition
|
2018-01-13 16:39:53 +01:00 |
|
hakril
|
f882bd1e35
|
Add wmi.gen_select for class select returning a generator + fom E_CRYPT define + CryptObj.nb_signer return 0 if CRYPT_E_INVALID_MSG_TYPE
|
2017-12-08 16:54:49 +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
|
8f7adb8da1
|
Add fuller PEB structure + Improved UNICODE_STRING + other define
|
2017-12-04 10:01:40 +01:00 |
|
hakril
|
f03bb89ae6
|
Working on time translation (filetime - unix - datetime) and windows volume objects
|
2017-11-28 10:50:02 +01:00 |
|
hakril
|
22224b52e2
|
Added utils.query_file_informations wrapper arround new winproxy.NtQueryInformationFile
|
2017-11-27 10:13:13 +01:00 |
|
hakril
|
f54599568d
|
Working on eventlog
|
2017-11-24 17:17:35 +01:00 |
|
Clement Rouault
|
5a5baa7bcd
|
Add ctypes_generation extended structs _LSA_UNICODE_STRING.py
|
2017-11-17 15:14:10 +01:00 |
|
Clement Rouault
|
d12bae6dbb
|
Remove 'WinUnicodeString' and add un extended struct _LSA_UNICODE_STRING: simplify lots of things
|
2017-11-17 15:13:34 +01:00 |
|