Skip to content

Instantly share code, notes, and snippets.

@vertiginous
Created January 29, 2011 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vertiginous/801331 to your computer and use it in GitHub Desktop.
Save vertiginous/801331 to your computer and use it in GitHub Desktop.
API Monitor V2
API
FindFirstFileW ( "C:\Users", 0x0028e800 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld", 0x0028e7f0 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld\.pik", 0x0028e7e0 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld\.pik\rubies", 0x0028e7d0 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld\.pik\rubies\ruby-1.9.3-dev", 0x0028e7c0 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld\.pik\rubies\ruby-1.9.3-dev\lib", 0x0028e7b0 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld\.pik\rubies\ruby-1.9.3-dev\lib\ruby", 0x0028e7a0 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld\.pik\rubies\ruby-1.9.3-dev\lib\ruby\1.9.1", 0x0028e7a0 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld\.pik\rubies\ruby-1.9.3-dev\lib\ruby\1.9.1\digest", 0x0028e790 )
FindClose ( 0x00469540 )
FindFirstFileW ( "C:\Users\gthiesfeld\.pik\rubies\ruby-1.9.3-dev\lib\ruby\1.9.1\digest\hmac.rb", 0x0028e780 )
FindClose ( 0x00469540 )
C:\Users\gthiesfeld>ruby --disable-gems -S irb
irb(main):001:0> File.realpath("C:/Users/gthiesfeld/.pik/rubies/ruby-1.9.3-dev/lib/ruby/1.9.1/digest/hmac.rb")
=> "C:/Users/gthiesfeld/.pik/rubies/ruby-1.9.3-dev/lib/ruby/1.9.1/digest/hmac.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment