Skip to content
View mokminsu's full-sized avatar
  • Soonchunhyang University of Korea
  • Seoul, South Korea
  • 22:05 (UTC 09:00)

Highlights

  • Pro

Block or report mokminsu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mokminsu/README.md

Minsu Mok

Knowledge is power.
- Francis Bacon -

About Me

I am a passionate student majoring in Computer Software Engineering at Soonchunhyang University, with interests in backend development, information security, and software development.

Education

  • March 2023 - Present: Department of Computer Software Engineering, Soonchunhyang University

Algorithm Achievements

Solved.ac Profile

Activities

  • April 2024 - Present: SW Frontier 3rd, Soonchunhyang University

Projects

  • SCHU-Notify - A project that crawls Soonchunhyang University's academic announcement board and sends notifications to Slack. Implemented with Python and BeautifulSoup for web scraping and integrated with Slack API for notifications.
  • CLR_Hosting_Injection - A project that enables the injection and execution of .NET assemblies within unmanaged code processes. The primary function, NETInjection, allows specific methods within a .NET assembly to be called with arguments and returns a result. Implemented in C with the .NET Framework for seamless integration between managed and unmanaged code.

Skills (Basic)

  • Languages: Python, Java, C , C#
  • Tools: Git, Gradle, Maven
  • Frameworks: Flask, Spring Boot

Certifications

  • TOPCIT 568 points - October 2024

Contact

Pinned Loading

  1. SCHU-Notify SCHU-Notify Public

    순천향대학교 공지사항 알리미

    Python

  2. CLR_Hosting_Injection CLR_Hosting_Injection Public

    This project enables .NET assembly injection into a process, allowing specific methods within managed code to be executed from unmanaged code.

    C