<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <meta name="author" content="Daisuke Shimamoto" />
  <meta name="keywords" content="security, windows, kernel, sysenter, system service, programming" />
  <meta name="description" content="Daisuke Shimamoto's page on his studies at univeristy." />
  <meta name="robots" content="all" />
  <title>Daisuke Shimamoto @ Yonezawa Lab</title>
  <link rel="stylesheet" style="text/css" href="main.css" />
</head>

<body>
<h1>Daisuke Shimamoto
@ <a href="http://www.yl.is.s.u-tokyo.ac.jp/">Yonezawa Lab</a></h1>

<div id="menubar">
  <div id="menutop"><a href="/~disk-ec7/">Top</a></div>
  <div id="menugt"><a href="g_thesis.html">Graduation Thesis</a></div>
  <div id="menumt"><a href="studies.html">Master Thesis</a></div>
  <div id="menulnk"><a href="links.html">Links</a></div>
</div>

<h2>About Myself (briefly)</h2>
<div class="t1">
  <p>
    I am a MS student at the Computer Science department, 
    Graduate School of Information Science and Technology,
    University of Tokyo and study under Professor Yonezawa.
  </p>
  <p>
    Contact me at disk-ec7[__atmark__]yl.is.s.u-tokyo.ac.jp
  </p>
</div>

<h2>Studies</h2>
<div class="t1">
  <p>
    My main studies are on computer security. I have been developing an
    IDS for Windows. Details of my work are on
    <a href="studies.html">this page</a>.
    I am also interested in virtual machines.
  </p>
</div>

<h2>Programming Skills</h2>
<div class="t1">
  <p>I have mainly done my studies in C/C++. I create GUI applications for
    Windows for my studies so I have some knowledge on it too. I never liked
    MFC or .NET Framework and use WTL for the GUIs.
    I do some parts of my work in assembly for the x86 architecture.</p>
  <p>I use <a href="http://www.python.org/">Python</a> for tiny helper programs
    and quite like it because its full of libraries which makes it easier to
    program rapidly.
    I have also tried <a href="http://java.sun.com/">Java</a>, 
    <a href="http://caml.inria.fr/ocaml/">OCaml</a> and Scheme for my courses
    at university.</p>
</div>

<!--
<div>
This is a test of Meebo Me!
You can just talk to me through this tool.
</div>
<embed src="http://widget.meebo.com/mm.swf?jhsYZaOWpZ" type="application/x-shockwave-flash" wmode="transparent" width="190" height="275"></embed>
-->

<!-- Google Analytics Code -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-604248-1";
urchinTracker();
</script>
</body>

</html>
