CS 6035 Binary Exploitation

GT CS 6035: Introduction to Information Security Project Binary Exploitation! Learning Goals of this Project: Students will learn introductory level concepts about binary exploitation. This lab develops understanding of control flow hijacking through different taskschallenges designed to show certain vulnerabilities or weaknesses in a C program. A python library pwntools will be used to show […]

CS 6035 Binary Exploitation Read More »

ECON425 final

ECON425: Machine Learning Winter 2022 Question 1. Typical machine learning algorithms can be used to address both supervised or unsupervised problems. The predictions of these algorithms are either continuous values or discrete labels. Therefore, there are four types of machine learning algorithms, as summarized in the following 1. Supervised, continuous 2. Supervised, discrete 3. Unsupervised,

ECON425 final Read More »

ECON425 Machine Learning Final Exam

ECON425: Machine Learning Winter 2022 Question 1. Typical machine learning algorithms can be used to address both supervised or unsupervised problems. The predictions of these algorithms are either continuous values or discrete labels. Therefore, there are four types of machine learning algorithms, as summarized in the following 1. Supervised, continuous 2. Supervised, discrete 3. Unsupervised,

ECON425 Machine Learning Final Exam Read More »

CSCC63 Assignment 2

2. (10 marks) Consider the language Prove that ALLTM 6m L2. 3. (5 marks) Consider the language L2 =⟨M,N⟩ L(M)6m L(N) . CSCC63 Assignment 2 Reductions, Polytime Reductions, and NP Due 11:59pm, July 14 Warning: For this assignment you may work either alone or in pairs. Your electronic submission of a PDF to Crowdmark affirms

CSCC63 Assignment 2 Read More »

CS 124 Final exam Spring 2023

CS 124 Final exam: Spring 2023 Your name: Instructions: Spend at most 180 minutes on the exam, from the time you first see a problem to the last time you write anything in your solutions. Time started: Time ended: Do not communicate with anyone but the course staff about the contents of the exam. Do

CS 124 Final exam Spring 2023 Read More »

CS 124 Final exam Spring 2023

CS 124 Final exam: Spring 2023 Your name: Instructions: • Spend at most 180 minutes on the exam, from the time you first see a problem to the last time you write anything in your solutions. Time started: Time ended: • Do not communicate with anyone but the course staff about the contents of the

CS 124 Final exam Spring 2023 Read More »

COMP1521 23T2 Assignment 1 Pacman in MIPS

Assignment 1: Pacman in MIPS COMP1521 23T2: Computer Systems Fundamentals is brought to you by the School of Computer Science and Engineering at the University of New South Wales, Sydney. For all enquiries, please email the class account at CRICOS Provider 00098G $ 1521 mipsy pacman.s Enter a non-zero number for the seed: 42 Welcome to 1521 Pacman! The objective is to collect all the dots. Use WASD to move. Ghosts will move every time you move. Touching them will end the game. ############# #………..# #.#########.# #.#M#…….# #.#####.###.#

COMP1521 23T2 Assignment 1 Pacman in MIPS Read More »

COMP1521 pacman MIPS

######################################################################## # COMP1521 23T2 — Assignment 1 — Pacman! # !!! IMPORTANT !!! # Before starting work on the assignment, make sure you set your tab-width to 8! # It is also suggested to indent with tabs only. # Instructions to configure your text editor can be found here: # https://cgi.cse.unsw.edu.au/~cs1521/23T2/resources/mips-editors.html # !!! IMPORTANT !!!

COMP1521 pacman MIPS Read More »