# RustASan **Repository Path**: fripSide/RustASan ## Basic Information - **Project Name**: RustASan - **Description**: Address Sanitizer optimizing for rust. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2021-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## LLVM pass for Rust Address Sanitizer #### Write your first llvm pass #### Make ``` text source setup.sh mkdir build && cd build cmake .. make ``` #### Run ``` text source setup.sh opt -load build/libASan.so -myasan rust_code/src/t1-new.ll opt -load build/libASan.so -myasan-module rust_code/src/t1-new.ll ```