https://www.androidauthority.com/building-multiple-flavors-android-app-706436/
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Thursday, October 28, 2021
Saturday, October 23, 2021
VS2019 - MFC Database connection
https://docs.microsoft.com/en-us/cpp/data/data-access-in-cpp?view=msvc-160
Saturday, September 11, 2021
Sunday, August 1, 2021
Find memory leaks C++ VS2019
some usefull technics to fins memory leaks in c++
C++ Concurrency in Action - good info
https://livebook.manning.com/book/c-plus-plus-concurrency-in-action/table-of-contents/
memory tracker code
https://www.youtube.com/watch?v=sLlGEUO_EGE&list=RDCMUCQ-W1KE9EYfdxhL6S4twUNw&index=19
enjoy
Yaniv Tzanany
Wednesday, May 5, 2021
Windows tools
great tools for windows to analyze process and malware
more tools - founded at
https://github.com/avivskital/Malware-Analysis--NJrat/blob/main/Malware%20Analysis%20project.pdf
Monday, May 3, 2021
Tuesday, March 9, 2021
Run Java on .Net - convert java to c#
must tool to check
http://www.ikvm.net/index.html
IKVM.NET is an implementation of Java for Mono and the Microsoft .NET Framework. It includes the following components:
- A Java Virtual Machine implemented in .NET
- A .NET implementation of the Java class libraries
- Tools that enable Java and .NET interoperability