HexType icon indicating copy to clipboard operation
HexType copied to clipboard

HexType: Efficient Detection of Type Confusion Errors for C++

Results 7 HexType issues
Sort by recently updated
recently updated
newest added

When trying to use in the project in a docker, it cannot clone the repo unless configure the docker to use git credentials which is not practical. It would be...

Hi @jys0710 : I recently cloned and built HexType from the repository, and everything seemed to go smoothly. Here are the steps I followed: ``` $ git clone [email protected]:HexHive/HexType.git $...

Hi: I have successfully built the Chrome with HexType's instrumentations, but I met two problems when running the instrumented Chrome: 1. Program received signal SIGSEGV, Segmentation fault. 0x00005555560ea8b6 in __update_direct_oinfo...

Hi @jys0710 I run command: ```bash $ git clone [email protected]:HexHive/HexType.git $ ./build.sh $ export HEXTYPE_LOG_PATH="/tmp/hextype" ``` But, i don;t underestand what happen here: ```bash . Run HexType Use the create-clang-typeinfo...

Hi: I'm trying to compile the Firefox with the HexType, but have no idea where to add the -fsanitize=hextype option. Could you please give me some documents?

Built ChakraCore with the hextype enabled version of clang from this repo on Ubuntu 16.04 LTS. I actually suspect that this could be a problem with Chakra's build makefiles, but...