Hi all, I've decided to start sharing LH modules (and hopefully often with source-code) with the IR community.
resolve.lh
resolve.lh is an open-source LH module which uses Winsock libraries to resolve hostnames and IP addresses (v4 and v6 (if enabled on the local machine)).
The code in this LH file is using MemoryEx functions and Windows API functions to achieve its purpose.
The functions resolve.hostname and resolve.address both return a structured result table. This table contains information about the host aliases, the resolved name, resolved addresses and IP address information (type and size).
The download includes the compiled LH file (see the website for the CRC32 fingerprint for in your call to MemoryEx.LoadLH), the source code for this LH file and an example AMS project to show how the LH file could be used.
LH files require MemoryEx, this LH file requires MemoryEx version 2.2 or higher.
More info and downloads: resolve.lh
I'll put the LH files I'm going to share on GitHub
resolve.lh
resolve.lh is an open-source LH module which uses Winsock libraries to resolve hostnames and IP addresses (v4 and v6 (if enabled on the local machine)).
The code in this LH file is using MemoryEx functions and Windows API functions to achieve its purpose.
The functions resolve.hostname and resolve.address both return a structured result table. This table contains information about the host aliases, the resolved name, resolved addresses and IP address information (type and size).
The download includes the compiled LH file (see the website for the CRC32 fingerprint for in your call to MemoryEx.LoadLH), the source code for this LH file and an example AMS project to show how the LH file could be used.
LH files require MemoryEx, this LH file requires MemoryEx version 2.2 or higher.
More info and downloads: resolve.lh
I'll put the LH files I'm going to share on GitHub
Comment