1) altough always used constant MBEDTLS_MD_SHA256 parameters are signed with sha1 and then we have MBEDTLS_ERR_RSA_VERIFY_FAILED in library\rsa.c on line 1435
2) in dh_server.c when receiving client's public value length of buffer must be dhm.len
Nice cryptolibrary, totally ready to work in kernel mode I think
patch:
среда, 31 августа 2016 г.
вторник, 30 августа 2016 г.
how to build mbedtls-2.3.0 with wdk7
Lets say that you want to have some Diffie-Hellman-Merkle algorithm & hmac inside your driver. I found plain C library mbedtls which is very suitable for this, but has one minor problem - it does not support wdk7. So I just made port for it
вторник, 9 августа 2016 г.
ida 6.95 has been released
changelog
useful changes:
useful changes:
- PE: added detection of entry point from incremental linking by Visual Studio
- FLIRT: added signatures for Windows Driver Kits 7-10
- FLIRT: added detection of GsDriverEntry for Windows Drivers
четверг, 28 июля 2016 г.
среда, 13 июля 2016 г.
FilterConnectionPorts
Under windows 10 there are some very strange objects in root directory
They are created by Filter Manager (fltmgr.sys) and is used for communication between user-mode applications and filesystem minifilters. Lets see how we can enumerate and dump this
They are created by Filter Manager (fltmgr.sys) and is used for communication between user-mode applications and filesystem minifilters. Lets see how we can enumerate and dump this
четверг, 30 июня 2016 г.
tcpip port pools in fresh windows 10 builds
It seems that old good TcpPortPool & UdpPortPool were removed since est. build 14251 and were replaced with more complex structure stored in TcpCompartmentSet & UdpCompartmentSet
Lets see how we can get access to port pools
from InetCreatePortPool:
some memory was alloced with tag InPP. Time for windbg
Lets see how we can get access to port pools
from InetCreatePortPool:
push 50506E49h ; Tag
push 26A8h ; NumberOfBytes
mov edi, ecx
mov esi, edx
push 200h ; PoolType
mov [ebp+var_4], edi
call ds:__imp__ExAllocatePoolWithTag@12some memory was alloced with tag InPP. Time for windbg
среда, 8 июня 2016 г.
Подписаться на:
Сообщения (Atom)
