Skip to content

Commit 4acff24

Browse files
committed
00: added changelog, fixed readme
Signed-off-by: Denis Dobanda <[email protected]>
1 parent f62d31b commit 4acff24

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ DerivedData/
66
.swiftpm/configuration/registries.json
77
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
88
.netrc
9+
/.idea

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
iOS Mobile Security Toolkit Library Changelog
2+
===========================
3+
4+
# 1.0.0
5+
6+
* Added Jailbreak detection
7+
* Added Hooks detection
8+
* Added Simulator detection
9+
* Exposed Async API to detect threats

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Security Suite is an open-source project designed to work on mobile security by
99
providing a developer-friendly, all-in-one repository for developers and
1010
security experts.
1111

12+
> [!] Notice
13+
> This Version of Mobile Security Toolkit depends on a private part. It is
14+
> planned to be open-sourced later. Please follow [Feature Request Issue](https://github.com/EXXETA/iOS-Security-Toolkit/issues/1)
15+
> to be updated about status of the project
16+
17+
This project is based on the [OWASP guide](https://github.com/MobSF/owasp-mstg/blob/master/Document/0x06j-Testing-Resiliency-Against-Reverse-Engineering.md)
18+
to the mobile security.
19+
1220
## Features
1321

1422
Already implemented Features are:

0 commit comments

Comments
 (0)