Showing posts with label ideas. Show all posts
Showing posts with label ideas. Show all posts

Saturday, February 27, 2016

Android File Monitoring

Lately I been doing some Android reversing so I have been trying to catch up on the latest Android tools. I immediately tried to find the SysInternal's tool equivalent on Android. Process monitor/File monitor/Registry monitor is a very powerfull anaytic tool that I use all the time on Windows.

Here is what I found for Android
  1. logcat
  2. strace
  3. application specific instrumentation/injection
  4. inotify/FileObserver - monitor specific file/directory for filesystem events
  5. systrace
  6. fsmon - monitor specific file/directory for filesystem events
Wanting to expand my search, I also looked at Linux
  1. auditd
  2. strace/ptrace/dtrace
  3. htop 
      • includes lsof
      • includes strace
      • includes perfmon
  4. top
  5. lsof
  6. inotify
  7. kprobes
  8. perf
  9. Monks- Procmon alternative for Linux - most promising for Linux

TLDR; so in conclusion I did not find anything that was a equivalent replacement for Android, the closest was Monks for Linux.

Please comment if I am missing something obvious.

If I see enough interest/page hits/comments, I will write one, I will probably write one any way ...

COMING SOON

Tuesday, February 2, 2016

10 time saving tips for DIYers

Q. Why DIYers?
A. DIYers are motivated to overcome initial hurdles to save time/money in the long run.

  1. Get a network attached storage device
    NAS (Network Attached Storage)
    USB 3.0, 1 TB Hard Drive for a router

  2. Get fast internet (50 Mbps minimum)
    FIOS - Fiber optic
    Cable - Coax cable

  3. Get a local network password manager
    Password Safe

  4. Stay offline; more and instant is not always better.

  5. Get Amazon Prime
    Includes 2 free Kindle book
    Includes same day or 2 day shipping
    Includes music library
    Includes videos
    Includes charity donation
    Includes discount on game pre-orders

  6. Pay bills in batches

  7. Buy in bulk

  8. Cut finance aggregation sites i.e. Mint.
    DON'T make financial decisions using your phone.

  9. Limit to 2 credit cards. Divide, conquer, and profit!

  10. Use 1 computer for 1 specific task
If you are on a extremely tight budget or in debt, these tips do not apply, in that scenario
I recommend paying off the highest interest one first or alternatively paying off the lowest
principal one first.

Good Luck!