We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908d7ad commit a4053a1Copy full SHA for a4053a1
2 files changed
CoreAudioFuzz/README.md
@@ -49,9 +49,6 @@ cmake --build . --config Release
49
## Contributing
50
Contributions are welcome! Feel free to open issues and pull requests to improve the harness or expand its functionality.
51
52
-## License
53
-This project is licensed under the MIT License. See [LICENSE](#TODO) for details.
54
-
55
## Contact
56
For questions or discussions, feel free to reach out via GitHub issues or contact me directly.
57
CoreAudioFuzz/run.sh
@@ -1,5 +1,4 @@
1
#!/bin/bash
2
-# -hook_functions true to hook funcs
3
4
# Get the directory of the script
5
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
0 commit comments