GitHub - UTSASRG/Guarder (original) (raw)
Navigation Menu
Appearance settings
- AI CODE CREATION
* GitHub CopilotWrite better code with AI
* GitHub SparkBuild and deploy intelligent apps
* GitHub ModelsManage and compare prompts
* MCP RegistryNewIntegrate external tools - DEVELOPER WORKFLOWS
* ActionsAutomate any workflow
* CodespacesInstant dev environments
* IssuesPlan and track work
* Code ReviewManage code changes - APPLICATION SECURITY
* GitHub Advanced SecurityFind and fix vulnerabilities
* Code securitySecure your code as you build
* Secret protectionStop leaks before they start - EXPLORE
* Why GitHub
* Documentation
* Blog
* Changelog
* Marketplace
- AI CODE CREATION
- BY COMPANY SIZE
* Enterprises
* Small and medium teams
* Startups
* Nonprofits - BY USE CASE
* App Modernization
* DevSecOps
* DevOps
* CI/CD
* View all use cases - BY INDUSTRY
* Healthcare
* Financial services
* Manufacturing
* Government
* View all industries
- BY COMPANY SIZE
- EXPLORE BY TOPIC
* AI
* Software Development
* DevOps
* Security
* View all topics - EXPLORE BY TYPE
* Customer stories
* Events & webinars
* Ebooks & reports
* Business insights
* GitHub Skills - SUPPORT & SERVICES
* Documentation
* Customer support
* Community forum
* Trust center
* Partners
- EXPLORE BY TOPIC
- COMMUNITY
* GitHub SponsorsFund open source developers - PROGRAMS
* Security Lab
* Maintainer Community
* Accelerator
* Archive Program - REPOSITORIES
* Topics
* Trending
* Collections
- COMMUNITY
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
- Notifications You must be signed in to change notification settings
- Fork4
- Star 13
13 stars 4 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
| Latest commitHistory5 Commits | |||
| rng | rng | ||
| Makefile | Makefile | ||
| README.md | README.md | ||
| bibopheap.hh | bibopheap.hh | ||
| bigheap.hh | bigheap.hh | ||
| dlist.h | dlist.h | ||
| errmsg.hh | errmsg.hh | ||
| hashfuncs.hh | hashfuncs.hh | ||
| hashheapallocator.hh | hashheapallocator.hh | ||
| hashmap.hh | hashmap.hh | ||
| libguarder.cpp | libguarder.cpp | ||
| list.hh | list.hh | ||
| log.hh | log.hh | ||
| mm.hh | mm.hh | ||
| mylist.hh | mylist.hh | ||
| real.cpp | real.cpp | ||
| real.hh | real.hh | ||
| slist.h | slist.h | ||
| threadstruct.hh | threadstruct.hh | ||
| xdefines.hh | xdefines.hh | ||
| xthread.cpp | xthread.cpp | ||
| xthread.hh | xthread.hh |
Repository files navigation
Guarder
Compilation
Simply use make clean; make to compile the allocator. This will produce a DSO named libguarder.so which may then be linked to applications at compile-time using the -rdynamic /path/to/libguarder.so flag.
To link to an existing, pre-compiled application, utilize the LD_PRELOAD environment variable when executing the program. For example: $ LD_PRELOAD=/path/to/libguarder.so ./program-to-run.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages
No packages published