https://github.com/castaneai/agiri
:busts_in_silhouette: TCP intruder for Winsock
https://github.com/castaneai/agiri
hooking win32api winsock
Last synced: 10 months ago
JSON representation
:busts_in_silhouette: TCP intruder for Winsock
- Host: GitHub
- URL: https://github.com/castaneai/agiri
- Owner: castaneai
- Created: 2013-08-05T02:01:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T14:36:12.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T22:31:26.590Z (over 3 years ago)
- Topics: hooking, win32api, winsock
- Language: C++
- Homepage:
- Size: 723 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
agiri - TCP intruder for Windows
=============================================
Agiri provides interfaces to inject or sniff any TCP packets on Windows process.
Overview
----------

Build & Test
--------------
- Visual Studio 2013 (includes Community Edition) required.
A unittest of agiri is available in MSTest on Visual Studio 2013.
You can run tests on "AgiriTest" project in Test Explorer.
Licence
----------
The MIT License (MIT)
Copyright (c) 2014 castaneai
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.
Author
---------
[castaneai](https://github.com/castaneai)