Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stayliv3/iotsec
收集物联网安全相关资料
https://github.com/stayliv3/iotsec
Last synced: 24 days ago
JSON representation
收集物联网安全相关资料
- Host: GitHub
- URL: https://github.com/stayliv3/iotsec
- Owner: stayliv3
- Created: 2016-09-27T07:12:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T05:41:39.000Z (about 8 years ago)
- Last Synced: 2024-08-04T23:11:01.654Z (4 months ago)
- Size: 14.8 MB
- Stars: 41
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SecurityFlawsUPnP.pdf
Awesome Lists containing this project
- awesome-security-collection - **27**星
README
# iotsec
收集物联网安全相关资料,资料来源于网络## 环境相关
gdbserver编译好的各种架构版本 https://github.com/rapid7/embedded-tools
A simple library to intercept calls to libnvram when running embedded linux applications in emulated environments. https://github.com/zcutlip/nvram-faker
## 汇编语言
### mips
[MIPS Architecture and Assembly Language Overview](http://logos.cs.uic.edu/366/notes/mips%20quick%20tutorial.htm)
[MIPS Instruction Reference](http://www.mrc.uidaho.edu/mrc/people/jff/digital/MIPSir.html)
[MIPS Reference Sheet](https://inst.eecs.berkeley.edu/~cs61c/resources/MIPS_help.html)
[MIPS Assembly Language](http://pages.cs.wisc.edu/~markhill/cs354/Fall2008/notes/MAL.instructions.html)