mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 16:31:53 +08:00
feat: support auto decompiling with cfr
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
declare module "@run-slicer/cfr" {
|
||||
export type Options = Record<string, string>;
|
||||
|
||||
export interface Config {
|
||||
source?: (name: string) => Uint8Array | null;
|
||||
options?: Options;
|
||||
}
|
||||
|
||||
export function decompile(name: string, config?: Config): Promise<string>;
|
||||
}
|
||||
Reference in New Issue
Block a user