FacebookTwitter

resolve.lh Overview

Download
Version 1.0.0.0

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 (crc: 448444156), the source code for this LH file and an example AMS project to show how the LH file could be used.

self-hosted tracking/analytics pixel without sharing your data to other parties.

Screenshots


Downloads


Filename Version / Changelog  
resolve-lh-1.0.0.0.zip Mon 11 Nov 2013, version 1.0.0.0 - View changes.
  • Comment: first release, open source
x Download

Additional Information

GitHub
This project is also available via GitHub, check it out; resolve-lh

License

An MIT open-source license has been attached to this product:

Copyright (c) 2013 Imagine Programming, Bas Groothedde

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files ( the "Software" ), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Compatibility Information

This LH file requires MemoryEx 2.2 or higher, and the AMS8 runtime (for MemoryEx).

Functions


  • resolve.hostname
  • resolve.address