File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Please check [Version2](https://github.com/MahdiSafsafi/delphi-detours-library/b
15
15
* Support COM ** vtable** patching.
16
16
* Fully <u ><b >thread-safe</b ></u > code hooking and unhooking.
17
17
* Support hooking Object Method.
18
- * Support Delphi 7/2005-2010/XE-XE8 .
18
+ * Support Delphi 7/2005-2010/XE-Rio(Delphi 10.3) .
19
19
* Support Lazarus/FPC.
20
20
* 64 bit address is supported.
21
21
* The library does not use any external library.
Original file line number Diff line number Diff line change 1
1
// **************************************************************************************************
2
2
// CPUID for Delphi.
3
3
// Unit CPUID
4
- // https://github.com/MahdiSafsafi/delphi-detours-library
4
+ // https://github.com/MahdiSafsafi/DDetours
5
5
6
6
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
7
7
// you may not use this file except in compliance with the License. You may obtain a copy of the
14
14
// The Original Code is CPUID.pas.
15
15
//
16
16
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
17
- // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
17
+ // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
18
18
// All Rights Reserved.
19
19
//
20
20
// **************************************************************************************************
Original file line number Diff line number Diff line change 1
1
// **************************************************************************************************
2
2
// Delphi Detours Library.
3
3
// Unit DDetours
4
- // https://github.com/MahdiSafsafi/delphi-detours-library
4
+ // https://github.com/MahdiSafsafi/DDetours
5
5
6
6
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
7
7
// you may not use this file except in compliance with the License. You may obtain a copy of the
18
18
// RRUZ
19
19
//
20
20
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
21
- // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
21
+ // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
22
22
// All Rights Reserved.
23
23
//
24
24
// **************************************************************************************************
Original file line number Diff line number Diff line change 1
1
// **************************************************************************************************
2
2
// Delphi Instruction Decode Library
3
3
// Unit InstDecode
4
- // https://github.com/MahdiSafsafi/delphi-detours-library
4
+ // https://github.com/MahdiSafsafi/DDetours
5
5
6
6
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
7
7
// you may not use this file except in compliance with the License. You may obtain a copy of the
14
14
// The Original Code is InstDecode.pas.
15
15
//
16
16
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
17
- // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2017 Mahdi Safsafi .
17
+ // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
18
18
// All Rights Reserved.
19
19
//
20
20
// **************************************************************************************************
Original file line number Diff line number Diff line change 1
1
// **************************************************************************************************
2
2
// Part of Delphi Instruction Decode Library [InstDecode]
3
3
//
4
- // https://github.com/MahdiSafsafi/delphi-detours-library
4
+ // https://github.com/MahdiSafsafi/DDetours
5
5
6
6
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
7
7
// you may not use this file except in compliance with the License. You may obtain a copy of the
14
14
// The Original Code is ModRmFlagsTables.inc.
15
15
//
16
16
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
17
- // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2016 Mahdi Safsafi .
17
+ // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
18
18
// All Rights Reserved.
19
19
//
20
20
// **************************************************************************************************
Original file line number Diff line number Diff line change 1
1
// **************************************************************************************************
2
2
// Part of Delphi Instruction Decode Library [InstDecode]
3
3
//
4
- // https://github.com/MahdiSafsafi/delphi-detours-library
4
+ // https://github.com/MahdiSafsafi/DDetours
5
5
6
6
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
7
7
// you may not use this file except in compliance with the License. You may obtain a copy of the
14
14
// The Original Code is OpCodesTables.inc.
15
15
//
16
16
// The Initial Developer of the Original Code is Mahdi Safsafi [SMP3].
17
- // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2016 Mahdi Safsafi .
17
+ // Portions created by Mahdi Safsafi . are Copyright (C) 2013-2019 Mahdi Safsafi .
18
18
// All Rights Reserved.
19
19
//
20
20
// **************************************************************************************************
You can’t perform that action at this time.
0 commit comments