Explore >> Select a destination


You are here

github.com
| | mandiant.github.io
4.3 parsecs away

Travel
| | [AI summary] capa is an open-source tool developed by the FLARE team to identify capabilities in executable files through static and dynamic analysis, supporting various reverse engineering platforms.
| | prashamhtrivedi.in
3.9 parsecs away

Travel
| | Sharing code from Private libraries is a difficult task. In this post we will see how we can use BitBucket as Private Maven Repository.
| | andreabergia.com
4.1 parsecs away

Travel
| | In this short series, we are going to dig a bit in how one writes a gradle plugin. Our plugins won't do anything useful except some println; however I hope to manage to explain some concept and to save you some time in case you have to write one. The source code for this tutorial is available on github at https://github.com/andreabergia/sample-gradle-plugin. Our first plugin Link to heading The repository is split in two projects: gradleplugin and usage. Quite obviously, gradleplugin defines our plugin, ...
| | www.jakobmaier.at
18.9 parsecs away

Travel
| How to remove Exif metadata from images in a Github Action with 'exiftool' to protect your privacy and security when deploying static websites.