Code Monkey home page Code Monkey logo

👋 Hey!

Hello! I am a Security and Hardware Engineer with expertise in Software Reverse Engineering, Software Security, IoT Security, and Web Technologies.

💬 Worked language for me

  • ✅ ⁠ ⁢⁣⁡⁠ ⁢⁣⁡C / C++
  • ✅ ⁠ ⁢⁣⁡⁠ ⁢⁣⁡Assembly
  • ✅ ⁠ ⁢⁣⁡⁠ ⁢⁣⁡Python / C# / Java
  • ✅ ⁠ ⁢⁣⁡⁠ ⁢⁣⁡HTML / CSS / JavaScript / PHP
  • ✅ ⁠ ⁢⁣⁡⁠ ⁢⁣⁡And more...

🛠 Skills

  • ✅ Web Security / Binary Security
  • ✅ Software Developing / Reversing
  • ✅ PCB Design & Soldering
  • ✅ FPGA IP Design
  • ✅ Misc like 3D Printing, CAD, Laser cutting, CNC etc...
  • ✅ And more, which just my hobby...

📮 How to reach me

⚠️ Official Statement:

严正声明:

在社区好友的提醒下,
我留意到由长沙开发者科技有限公司旗下北京创新乐知网络技术有限公司(CSDN (https://www.csdn.net/) 运营方)及重庆开源共创科技有限公司 所搭建的 GitCode 代码托管平台在未告知我的情况下镜像了我于 GitHub 平台的Angelic47账号 的数个活跃仓库、工单及合并请求。

我在此声明:https://gitcode.com/angelic47 和我本人没有任何关系
GitCode 平台上的上述组织与我无关,上述行为属于对我名义的冒用,我从未获知及同意该做法。
考虑到该平台以我的名义发布镜像前未尊重我的意愿,我本人对该行为给予强烈谴责,并予以公示。
同时,我本人不为该平台中的任何代码贡献负责,亦不受理在该平台上的任何用户咨询和投诉。
因该平台上的内容非我本人发布,我本人也不为该平台中的任何与我相关的内容承担任何责任

Upon being alerted by community friends,
I have noticed that several active repositories, issues, and pull requests,
from my Angelic47 account on the GitHub platform have been mirrored without my knowledge on the GitCode code hosting platform, operated by 北京创新乐知网络技术有限公司 (CSDN operator), under the umbrella of 长沙开发者科技有限公司; and 重庆开源共创科技有限公司

I hereby declare: https://gitcode.com/angelic47 has no affiliation with me.
The aforementioned organizations on the GitCode platform are unrelated to me, and their actions constitute an unauthorized use of my name.
I have never been informed of or consented to this practice.
Given that the platform published the mirror in my name without respecting my wishes, I strongly condemn this behavior and publicly announce it.
Furthermore, I am NOT responsible for any code contributions on this platform and will not address any user inquiries or complaints related to it.
Since the content on this platform was not published by me, I DO NOT assume any responsibility for any related content on this platform.

Angelic47's Projects

acefile icon acefile

POC of https://research.checkpoint.com/extracting-code-execution-from-winrar/

aids-dpi icon aids-dpi

AngelIDS Deep Packet Inspection Kernel Module By Angelic47 & Hwsasi

al-khaser icon al-khaser

Public malware techniques used in the wild: Virtual Machine, Emulation, Debuggers, Sandbox detection.

camdroid icon camdroid

Mango Pi is base on ALLWINNER V3S Platform Open Source Board.

cores icon cores

Various HDL (Verilog) IP Cores

dbad icon dbad

Dont Be a Dick Public License

deeppuzzling icon deeppuzzling

Deep Puzzling is an AI-based framework for concealing attack intentions and protecting codes, which prevents crackers from obtaining critical codes.

efixplorer icon efixplorer

IDA plugin for UEFI firmware analysis and reverse engineering automation

emkernel icon emkernel

A simple operating system kernel for embedded devices, which is ABSOLUTELY FREE.

esp-hosted icon esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)

esp-idf icon esp-idf

Espressif IoT Development Framework. Official development framework for ESP32.

esp32_nrf52_swd icon esp32_nrf52_swd

This software brings you the possibility to Read and Write the internal Flash of the Nordic nRF52 series with an ESP32

gplgpu icon gplgpu

GPL v3 2D/3D graphics engine in verilog

guide icon guide

前言 成为一名专业程序员的道路上,需要坚持练习、学习与积累,技术方面既要有一定的广度,更要有自己的深度。 笔者作为一位tool mad,将工作以来用到的各种优秀资料、神器及框架整理在此,毕竟好记性不如烂键盘,此项目可以作为自己的不时之需。 本人喜欢折腾,记录的东西也比较杂,各方面都会有一些,内容按重要等级排序,大家各取所需。 这里的东西会持续积累下去,欢迎Star,也欢迎发PR给我。 目录 资料篇 技术站点 必看书籍 大牛博客 GitHub篇 工具篇 平台工具 常用工具 第三方服务 爬虫相关(好玩的工具) 安全相关 Web服务器性能/压力测试工具/负载均衡器 大数据处理/数据分析/分布式工具 Web前端 语言篇 Scala Java Python Swift .NET C & C++ 其他 游戏开发相关 日志聚合,分布式日志收集 RTP,实时传输协议与音视频 资料篇 技术站点 在线学习:Coursera、edX、Udacity、MIT公开课、MOOC学院、慕课网 Hacker News:非常棒的针对编程的链接聚合网站 Techmeme:美国知名科技新闻和博客聚集网站,类似的还有(Panda, Hacker & Designer News) Reddit - Programming板块:同上 Java牛人必备:Program Creek Stack Overflow:IT技术问答网站 SegmentFault:中文的技术问答社区 GitHub:全球最大的源代码管理平台,很多知名开源项目都在上面,如Linux内核,OpenStack等 码云:支持中文可免费创建私有项目的代码托管平台,可作为备选 LeetCode:来做做这些题吧,看看自己的算法水平如何?这可比什么面试宝典强多了。 LintCode:支持中文的编程题在线训练平台,可作为备选 Kaggle,Topcoder: 机器学习、大数据竞赛 掘金:高质量的技术社区 开发者头条 InfoQ:企业级应用,关注软件开发领域 V2EX: way to explore 国内老牌技术社区:OSChina、博客园、CSDN、51CTO 免费的it电子书:http://it-ebooks.info/ 在线学习:http://www.udemy.com/ 优质学习资源:http://plus.mojiax.com/ 代码练习:http://exercism.io/ a

howtocook icon howtocook

程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese only).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.