项目作者: tndrd

项目描述 :
Second semester programming tasks in MIPT.
高级语言: Jupyter Notebook
项目地址: git://github.com/tndrd/Education-MIPT-2sem-asm.git
创建时间: 2021-02-26T14:14:11Z
项目社区:https://github.com/tndrd/Education-MIPT-2sem-asm

开源协议:

下载


Second semester programming tasks in MIPT.

  • DOS/Ramka: simple DOS graphical program written in assembly.
  • DOS/Ramka/Registers: resident program that uses 09h DOS interrupt and shows registers values on screen when button is pressed.
  • DOS/HackMe: app that asks password. Hack it if you can!
  • Printf: systemV printf-like assembly function, that may be called from c/c++.
  • HackEgor: remember “HackMe”? This is a password generator and GUI crack-program for breaking through similar program.
  • HashTable: hash-table implementation and its subsequent optimization. See more in article.