-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME.md
More file actions
44 lines (32 loc) · 3.14 KB
/
Copy pathREADME.md
File metadata and controls
44 lines (32 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
SecurityBootManager CoreLibrary
===================
This project is core-library that collects information on the bootloader level.
[](https://travis-ci.org/IWillFindYou/SecurityBootManager)
[](https://codecov.io/gh/IWillFindYou/SecurityBootManager)
[](https://raw.githubusercontent.com/IWillFindYou/SecurityBootManager/develop/LICENSE)
Project Introduce
===================
본 프로젝트는 운영체제가 부팅되기 전 단계인 커널이 로드되기 전에 동작하여 수집하고자 하는 장치에 접근하여, 노트북이라면 일체화된 Camera, Wireless Network NIC, Ethernet 통신, 부팅된 시간, 위도 & 경도 등을 이용 할 수 있는 기반 Framework 를 제작하는 것이 목표인 프로젝트로써, 저희 Framework를 이용하게 될 경우 Target Machine 에 설치 되어있는 운영체제의 종류에 종속되지 않고 동작하여 정보를 수집 후 이를 자신의 창작물을 위한 기반으로써 이용이 가능합니다.
또한 수집된 정보는 추후 포맷으로도 삭제되지 않는 공간에 저장되도록 함으로써 해당 Framework 를 사용하여 구현하고자 하는 개발자들은 이러한 수집된 부팅당시의 전방 이미지사진, 접속당시 연결된 Wifi 정보, 아이피 주소를 기반으로 한 위도 & 경도 파악 등의 정보를 이용할 수 있습니다.
## Demo Movie
[](https://www.youtube.com/watch?v=fTKghltmX9U)
- [Demo Movie Link[ 400p] : https://youtu.be/1Tdsmw2bHso](https://youtu.be/1Tdsmw2bHso)
- [Demo Movie Link[FullHD] : https://youtu.be/9H7Db_Yb_Ko](https://youtu.be/9H7Db_Yb_Ko)
- [Demo Movie Link[(동상)제10회공개SW개발자대회출품작 Demo Movie] : https://www.youtube.com/watch?v=fTKghltmX9U](https://www.youtube.com/watch?v=fTKghltmX9U)
## Project Introduce PPTX(PDF)
[PDF Link : I_WILL_FIND_YOU_ Security Booting Manager .pdf](https://github.com/IWillFindYou/SecurityBootManager/files/79895/I_WILL_FIND_YOU_.Security.Booting.Manager.pdf)
## Lightening Talk PPTX
[PPTX Link : IWillFindYou_Boot_Sequence_and_Hardware_Abstraction_in_Operating_system.pptx](https://github.com/IWillFindYou/SecurityBootManager/files/116922/IWillFindYou_Boot_Sequence_and_Hardware_Abstraction_in_Operating_system.pptx)
## Developer
[@kbu1564](https://github.com/kbu1564)
[@JuHyun Yu](https://github.com/formfoxk)
[@dong-Hwan,Jung](https://github.com/tyburn117)
## 초기 프로젝트
[초기 프로젝트](https://github.com/kbu1564/SecurityBootLoader)
## Development operating environment and Related metters
1. OS : ubuntu 14.04
2. Dependency Packages : build-essential flex bison texinfo autoconf automake gettext liblzma-dev
## License
- [GPL3.0](https://github.com/IWillFindYou/SecurityBootManager/blob/develop/LICENSE)
## Used OpenSource List
- iPXE : GPLv2.0 License : [iPXE Site](http://ipxe.org/)