This week, Prof. Zhang, our in-house cybersecurity expert gave a CTF training session on digital forensics. You can find today’s slides at https://drive.google.com/file/d/0B4iZcvYpeNvZbFlBQmlxeWI5bUk/view?usp=sharing
MeetUp
CTF Training Session on Web
This week, It is our pleasure to have Scottie, an IE alumni from ASTRI to give a CTF training session on web attacks.
3D Printing Sharing
3D Printing Interest Group (3D PIG) was launched in 2016, sponsored by the MAE department and the CUHK library. In this talk, Alvin, the coordinator of 3D PIG, will show us how to realize 3D printing using Arduino codes.
CTF Sharing Session
Chris is a senior security engineer from ASTRI and also a CTFer. Last year, he discovered various RCE vulnerabilities in a series of commercial routers. Chris shared with us his experience in CTF competitions and introduced some common tools used in CTF. In addition, sample questions were also provided and analyzed. You can find […]
Capture The Flag Training Session
In the talk, Prof. Zhang introduced CTF security competition. Next week, we will invite Chris from ASTRI to share his experience on CTF competition and five training sessions will also be provided in following weeks. Some self-learning material list for CTF. self-learning list for CTF (you can search them on Google): 1. RPI CTF 2. GIT […]
Build your first AR application: Hands on Vuforia
In this talk, Jason, a PhD candidate working on Computer Graphics and Virtual Reality, gave a workshop on Vuforia, a library specialized to build augmented reality applications on smart phones based on Unity 3D. Vuforia is a software platform for Android and iOS and is the most widely deployed Augmented Reality platform. It is supported by […]
Realization of Wilderness Search & Resource Monitoring by Drone
In this talk, Delong Zhu talked about their experience in the DGI Developer Challenge . His team won the global top 10 in the contest. They have designed and engineered an automonous drone that is capable of tracking moving vehicle, automatically landing on it, and avoiding collision, e.g. collision with trees in the trajectory of flight. With […]
A Year of Kernel Development
Wei Tang has spent the past year developing a microkernel. Rust is a new generation of system level programming language that builds on lessons of the C programming language. The kernel is written in Rust, which provides memory safety compared with C. The development is done in QEMU. A microkernel is supposed to have, aka […]
From Image Pixel Optimization to Object Understanding
Speaker: Xiaoyong Shen In this talk, Xiaoyong Shen briefly presented the research projects on computer vision during his PhD study. First, He showed the pixel-level manipulation works including image restoration, filtering, denoising, deblurring, etc. Second, approaches for image matching based on image region understanding were introduced. At last, He introduced our recent researches on automatic object […]
Multi-threading in Android applications
Speaker: Chak Man Li, Solon Mobile applications often need to perform long time operations like downloading data or intensive computations without affecting the user experience. These tasks need to be run in other threads but thread managing is hard and tedious. In this talk, I will introduce some easy-to-use classes in Android with sample codes […]