Skip to content

Instantly share code, notes, and snippets.

@stephenroller
Created March 14, 2009 04:59
Show Gist options
  • Save stephenroller/78951 to your computer and use it in GitHub Desktop.
Save stephenroller/78951 to your computer and use it in GitHub Desktop.
sr ~/Wo/compojuretest $ jad JnaTest.class
Parsing JnaTest.class... Generating JnaTest.jad
sr ~/Wo/compojuretest $ cat JnaTest.jad
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
import com.sun.jna.Library;
public interface JnaTest
extends Library
{
public abstract Integer _28_quote_20_getppid_29_();
public abstract Integer _28_quote_20_getpid_29_();
public abstract Void _28_quote_20_sleep_29_(Integer integer);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment