Created
March 14, 2009 04:59
-
-
Save stephenroller/78951 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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