File tree Expand file tree Collapse file tree
src/main/java/com/beaudoin/jmm/natives/win32 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- package com .beaudoin .jmm .natives .windows ;
1+ package com .beaudoin .jmm .natives .win32 ;
22
33import com .beaudoin .jmm .misc .MemoryBuffer ;
44import com .sun .jna .Native ;
Original file line number Diff line number Diff line change 1- package com .beaudoin .jmm .natives .windows ;
1+ package com .beaudoin .jmm .natives .win32 ;
22
33import com .beaudoin .jmm .process .Module ;
4- import com .beaudoin .jmm .process .impl .WindowsProcess ;
4+ import com .beaudoin .jmm .process .impl .win32 . Wind32Process ;
55import com .sun .jna .Native ;
66import com .sun .jna .NativeLibrary ;
77import com .sun .jna .Pointer ;
@@ -24,7 +24,7 @@ public final class Psapi {
2424 Native .register (NativeLibrary .getInstance ("Psapi" ));
2525 }
2626
27- public static Map <String , Module > getModules (WindowsProcess process ) {
27+ public static Map <String , Module > getModules (Wind32Process process ) {
2828 Map <String , Module > modules = new HashMap <>();
2929
3030 WinDef .HMODULE [] lphModules = new WinDef .HMODULE [1024 ];
You can’t perform that action at this time.
0 commit comments