On Tue, Apr 3, 2018 at 8:12 PM, Jin Huang <54jin.hu...@gmail.com> wrote:

> I am wondering what ASON really did with the test program , especially the
> instrumentation part.
>

See https://www.usenix.org/system/files/conference/atc12/atc12-final39.pdf
and the link you mention below.


>
> I found a brief introduction here,https://github.com/
> google/sanitizers/wiki/AddressSanitizerAlgorithm and want to know some
> details , where shuoul I find the documents? or the sources code of address
> sanitizer?
>

The sources are in the LLVM repository.
Compiler pass:
https://github.com/llvm-mirror/llvm/blob/master/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Run-time library:
https://github.com/llvm-mirror/compiler-rt/tree/master/lib/asan

hth,

--kcc


>
> --
> You received this message because you are subscribed to the Google Groups
> "address-sanitizer" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to address-sanitizer+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to address-sanitizer+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to