Skip to content

Commit

Permalink
refactor: project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jun 29, 2022
1 parent 7a0b443 commit 87701ad
Show file tree
Hide file tree
Showing 24 changed files with 260 additions and 546 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.bat

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "Detours"]
path = Detours
url = https://github.com/microsoft/Detours.git
branch = 4.0.1
1 change: 0 additions & 1 deletion Detours
Submodule Detours deleted from e5400b
24 changes: 23 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# [DetoursX](https://github.com/mirokaku/DetoursX)

[![Actions Status](https://github.com/MiroKaku/DetoursX/workflows/CodeQL/badge.svg)](https://github.com/MiroKaku/DetoursX/actions)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/DetoursX/blob/master/LICENSE)
![Windows](https://img.shields.io/badge/Windows-10+-orange.svg)
![Visual Studio](https://img.shields.io/badge/Visual%20Studio-2019-purple.svg)
Expand All @@ -11,6 +10,29 @@

Kernel extension version of Detours. (Did not bypass PatchGuard)

### Support progress

- [x] DetourTransactionBegin
- [x] DetourTransactionAbort
- [x] DetourTransactionCommit
- [x] DetourTransactionCommitEx
- [x] DetourUpdateThread
- [x] DetourAttach
- [x] DetourAttachEx
- [x] DetourDetach
- [x] DetourDetachEx
- [x] DetourCodeFromPointer
- [x] DetourCopyInstruction
- [x] DetourUpdateProcessWithDll
- [x] DetourUpdateProcessWithDllEx
- [x] DetourCopyPayloadToProcess

## Wiki

[Microsoft Detours Wiki](https://github.com/microsoft/Detours/wiki)

## License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the [MIT](https://github.com/microsoft/Detours/blob/master/LICENSE.md) License.
7 changes: 6 additions & 1 deletion ReadMe.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# [DetoursX](https://github.com/mirokaku/DetoursX)

[![Actions Status](https://github.com/MiroKaku/DetoursX/workflows/CodeQL/badge.svg)](https://github.com/MiroKaku/DetoursX/actions)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/MiroKaku/DetoursX/blob/master/LICENSE)
![Windows](https://img.shields.io/badge/Windows-10+-orange.svg)
![Visual Studio](https://img.shields.io/badge/Visual%20Studio-2019-purple.svg)
Expand Down Expand Up @@ -35,3 +34,9 @@ DetoursX 是基于微软 [Detours 4.0.1](https://github.com/microsoft/Detours/tr
## 文档

[Microsoft Detours Wiki](https://github.com/microsoft/Detours/wiki)

## 许可证

微软公司©版权所有,保留所有权利。

根据 [MIT](https://github.com/microsoft/Detours/blob/master/LICENSE.md) 许可证获得许可。
168 changes: 0 additions & 168 deletions msvc/Detours.vcxproj

This file was deleted.

41 changes: 0 additions & 41 deletions msvc/Detours.vcxproj.filters

This file was deleted.

Loading

0 comments on commit 87701ad

Please sign in to comment.