This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
# LuaBitOp-DLL | ||
|
||
Repository to share [LuaBitOp](http://bitop.luajit.org/) compiled DLL for Windows x64 machines (tested on Windows 11) | ||
|
||
This project is released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). | ||
## License | ||
|
||
LuaBitOp-DLL | ||
|
||
Copyright (C) 2023 Airbus CyberSecurity SAS | ||
|
||
LuaBitOp-DLL is free software, released under the [MIT license](http://www.opensource.org/licenses/mit-license.php). | ||
|
||
### Third-party software usage | ||
|
||
This binary is a compilation of the following project: | ||
This program uses the following software to run: | ||
|
||
Lua BitOp is Copyright © 2008-2012 Mike Pall. Lua BitOp is free software, released under the [MIT license](http://www.opensource.org/licenses/mit-license.php) (same license as the Lua core). | ||
| Software | Version | Copyright | License | | ||
|-|-|-|-| | ||
| Lua | 5.2.4 | 1994–2015 Lua.org, PUC-Rio | MIT | | ||
| Lua Bit Operations Module (Lua BitOp) | 1.0.2 | 2008-2012 Mike Pall | MIT | | ||
| Wireshark | 4^ | 1998-2023 Gerald Combs and contributors | GPL-2.0-or-later | |