Security/Mentorships/MWoS/2014/Cross-platform memory scanning in Go: Difference between revisions

Jump to navigation Jump to search
(→‎Updates: 2014-09-12 week)
Line 18: Line 18:
=== Success Criteria ===
=== Success Criteria ===
== Updates ==
== Updates ==
=== 2014-09-19 ===
Summary of the week and Meeting:
* Pato showed working code for reading memory on OS X.
** It needs to be integrated with CGO like Marco's.
** Report soft errors (protection failures too for now).
** Lacks the actual search, and inter-region search.
** Can be improved to use less memory allocations (mach_vm_copy).
* Marco showed code for pgrep in windows
** It's safe to pre-allocate 32k for filenames, do that.
For Next Week:
* Discuss charset issues
* Finish OS X memory grep
* Document the code in a platform independent files so godoc always shows it. And the specific bits in the platform dependent ones.
* Start writing doc about the operating systems and how they work.
* Linux and Windows: investigate if inter-region searches are needed.


=== 2014-09-12 ===
=== 2014-09-12 ===
5

edits

Navigation menu