Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/speedi13/nsiallocateandgettable-used-from-gettcptableinternal

Undocumented NsiAllocateAndGetTable usage in GetTcpTableInternal reverse engineered on Win7 X64
https://github.com/speedi13/nsiallocateandgettable-used-from-gettcptableinternal

iphlpapi-dll nsi-dll reverse-engineering undocumented windows-7

Last synced: about 1 month ago
JSON representation

Undocumented NsiAllocateAndGetTable usage in GetTcpTableInternal reverse engineered on Win7 X64

Awesome Lists containing this project

README

        

# NsiAllocateAndGetTable-used-from-GetTcpTableInternal
Undocumented NsiAllocateAndGetTable usage in GetTcpTableInternal reverse engineered on Win7 X64


This might be useful for security researchers or other people who want to know how NsiAllocateAndGetTable is used since microsoft doesn't say anything about this function

# Reversed and commented disassemblies

IDA's Pseudocode

- >>GetTcpTableInternal Pseudocode<<
- >>GetTcpTableInternal Pseudocode as cpp file<<

IDA's Assembly in graph view

- >>GetTcpTableInternal Assembly<<
- >>GetTcpTableInternal Assembly as asm file<<

# Knowledge used to create a hook
- >>NsiAllocateAndGetTable hook in c++<<