File tree 3 files changed +9
-20
lines changed
3 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 14
14
- Add HashMyFiles
15
15
- Add Threadtear
16
16
- Add Hollows Hunter
17
+ - Add dnSpyEx
18
+ - Add Cutter
19
+ - Add PE-sieve
17
20
18
21
### Changed
19
22
25
28
- Fix update via last commit regex
26
29
- Delete NFO-Tools sub folder
27
30
- Change project structure
28
-
29
- ### Removed
30
-
31
- - Drop RDG Packer Detector (replaced by DIE)
32
- - Drop HashCalc (replaced by HashMyFiles)
33
- - Drop Process Hacker 2 (replaced by Process Hacker 3)
34
-
35
- ## 2022.2 - Feb 2, 2022
36
-
37
- ### Added
38
-
39
- - Add dnSpyEx
40
- - Add Cutter
41
- - Add PE-sieve
42
-
43
- ### Changed
44
-
45
31
- Update tools (05/02/2022)
46
32
- Fix Process Hacker 3 regex
47
33
- Fix APKEasyTool updater config
50
36
51
37
### Removed
52
38
39
+ - Drop RDG Packer Detector (replaced by DIE)
40
+ - Drop HashCalc (replaced by HashMyFiles)
41
+ - Drop Process Hacker 2 (replaced by Process Hacker 3)
53
42
- Drop dnSpy support (replaced by dnSpyEx)
54
43
55
44
## 2021.10 - Oct 23, 2021
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Name: "extras\choco"; Description: "Install Chocolatey package manager"; ExtraDi
44
44
Source : " {#MySrcDir}\bin\choco\*" ; DestDir : " {#MyAppBinsFolder}\choco" ; Components : " extras\choco" ; Flags : ignoreversion recursesubdirs createallsubdirs ;
45
45
46
46
[Run]
47
- Filename : " {#MyAppBinsFolder}\choco\installChocolatey.cmd" ; Components : " extras\choco or extras\javase or extras\python or decompilers\ghidra " ; Flags : shellexec waituntilterminated ;
47
+ Filename : " {#MyAppBinsFolder}\choco\installChocolatey.cmd" ; Components : " extras\choco or extras\javase or extras\python" ; Flags : shellexec waituntilterminated ;
48
48
49
49
50
50
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " Indetectables Toolkit"
5
- #define MyAppVersion " 2022.3 "
5
+ #define MyAppVersion " 2022.2 "
6
6
#define MyAppPublisher " Indetectables"
7
7
#define MyAppURL " https://www.indetectables.net/"
8
8
#define MyAppToolsFolder " {app} \toolkit"
@@ -87,7 +87,7 @@ Source: "{#MySrcDir}\*.md"; Destdir: "{app}";
87
87
88
88
; Assets
89
89
[Files]
90
- Source : " {#MySrcDir}\assets\*" ; Destdir : " {app} \assets\" ;
90
+ Source : " {#MySrcDir}\assets\icons\ *" ; Destdir : " {app} \assets\icons \" ;
91
91
92
92
93
93
; Shortcut to program's folder
You can’t perform that action at this time.
0 commit comments