# xportmapper **Repository Path**: wsgalaxy/xportmapper ## Basic Information - **Project Name**: xportmapper - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-29 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XPortMapper ## Build ``` $ cargo build $ cargo run ``` ### For Windows 7 XPortMapper need to use blk-backend to work correctly under Windows 7,you need to install [BearLibTerminal.dll](https://github.com/nabijaczleweli/BearLibTerminal.rs) on your system and run: ``` $ cargo build --no-default-features --features blt-backend $ cargo run --no-default-features --features blt-backend ```