Vysor: "Vysor puts your Android on your desktop"
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
Sunday, June 25, 2017
Saturday, May 13, 2017
Memory Debugger for Windows, Linux, Mac, and Android
GitHub - DynamoRIO/drmemory: Memory Debugger for Windows, Linux, Mac, and Android: "Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory, double frees, memory leaks, and (on Windows) handle leaks, GDI API usage errors, and accesses to un-reserved thread local storage slots."
Wednesday, May 10, 2017
Monday, May 8, 2017
Monday, April 24, 2017
Wednesday, April 19, 2017
Collecting User-Mode Dumps (Windows)
Collecting User-Mode Dumps (Windows):
analyze process dump file via windbg --- major command for first
!analyze -v
analyze process dump file via windbg --- major command for first
!analyze -v
good tutorial at
Monday, April 17, 2017
Google's WebRTC test app and its parameters
AppRTC : Google's WebRTC test app and its parameters | ginger's thoughts:
AppRTC parameters
Test Web RTC
for android webview - that is not working follow this thread http://stackoverflow.com/questions/38917751/webview-webrtc-not-working
webrtc sample with web view - https://github.com/GoogleChrome/chromium-webview-samples
for android webview - that is not working follow this thread http://stackoverflow.com/questions/38917751/webview-webrtc-not-working
webrtc sample with web view - https://github.com/GoogleChrome/chromium-webview-samples
Subscribe to:
Posts (Atom)