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 |
|
Clement Rouault
|
5301f91927
|
Add sample for thread + fix code to get a WinProcess from a pid not using WinProcess(pid=xxx) + test
|
2017-09-11 18:20:49 +02:00 |
|
Clement Rouault
|
fccd2a49e6
|
Add doc to RPC + RPC_IF_ID generated-extended + lsass sample
|
2017-08-30 18:29:49 +02:00 |
|
Clement Rouault
|
1fe5b912be
|
Add some ALPC samples to the documentation
|
2017-08-28 17:09:49 +02:00 |
|
Clement Rouault
|
16e29bd938
|
Added a sample for Debugger.attach
|
2017-08-16 18:07:00 +02:00 |
|
Clement Rouault
|
bd6a3d35d5
|
Created sub-directories in samples/
|
2017-08-16 17:37:26 +02:00 |
|
Clement Rouault
|
928a2744d5
|
Change RPC_SYNTAX_IDENTIFIER to RPC_IF_ID + update setup_hook + some add to wincli
|
2017-08-04 17:28:46 +02:00 |
|
Clement Rouault
|
d1cadf062a
|
working on windows.alpc + fix in current_process.threads
|
2017-08-04 17:18:41 +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
|
1a73fe713b
|
Add missing psid.py + some rpc fix + alpc sample + wincli
|
2017-05-24 17:49:46 +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 |
|
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 |
|
Clement Rouault
|
3f39ca9f0c
|
More work on windows.crypto and Add an encryption sample POC
|
2017-04-12 17:20:35 +02:00 |
|
Clement Rouault
|
3773d87993
|
Add missing sample debug_functionbp.py
|
2016-08-19 15:18:10 +02:00 |
|
Clement Rouault
|
19b168df07
|
Add target_dll and target_func to TransparentApiProxy + test_code.py handles raw [x86|x64]
|
2016-08-19 15:15:04 +02:00 |
|
Clement Rouault
|
943945225a
|
Improve debugger/BP doc + add sample + small fixes in WMI/LocalDebugger + new data in ApiProxy for FunctionBP
|
2016-08-19 15:06:26 +02:00 |
|
Clement Rouault
|
fe4d41db47
|
Add/Update some doc
|
2016-07-27 18:20:36 +02:00 |
|
Clement Rouault
|
125888cd60
|
Add sample / test for memory breakpoint and single step
|
2016-07-13 10:10:12 +02:00 |
|
Clement Rouault
|
4069c0892a
|
Add com sample + update readme/todo
|
2016-07-08 13:58:05 +02:00 |
|
Clement Rouault
|
d2883e9c38
|
Add a sample on memoryBP + singlestep (cc Heurs :D)
|
2016-07-08 11:46:15 +02:00 |
|
Clement Rouault
|
fb9cd75f40
|
Add a sample for the debugger API
|
2016-07-08 11:37:49 +02:00 |
|
Clement Rouault
|
9a980d87b3
|
First try at single_step and memory breakpoints in Debugger + test
|
2016-07-07 17:43:28 +02:00 |
|
Clement Rouault
|
2d1f93da45
|
Add Debugger.attach + simple single_step implementation
|
2016-07-06 11:00:30 +02:00 |
|
Clement Rouault
|
2526727931
|
Add __mul__ on Instruction + x64 on test_code
|
2016-06-29 15:07:14 +02:00 |
|
Clement Rouault
|
56b8264ffd
|
Add x64.assemble + sample test_code
|
2016-06-28 11:31:53 +02:00 |
|
Clement Rouault
|
ce7866cbf3
|
Improve x86.assemble for int + a demo of code tester
|
2016-06-28 11:03:57 +02:00 |
|
Clement Rouault
|
3243f6e8fc
|
more doc
|
2016-04-27 16:36:17 +02:00 |
|
hakril
|
c2c3fe2dc2
|
more doc
|
2016-04-27 00:33:02 +02:00 |
|
Clement Rouault
|
5b66242680
|
writing some doc
|
2016-04-18 23:09:26 +02:00 |
|
Clement Rouault
|
0e9ec9ed82
|
add / fix in registry and registry sample
|
2016-04-01 17:34:56 +02:00 |
|
Clement Rouault
|
6c1b4cf5e6
|
More doc / sample
|
2016-03-30 18:27:40 +02:00 |
|