Skip to content

Commit

Permalink
Merge pull request #16 from mrexodia/bump-be337bb39
Browse files Browse the repository at this point in the history
Bump systeminformer to be337bb39
  • Loading branch information
mrexodia authored Oct 20, 2024
2 parents 31bab5e + 9c7880a commit e4830f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systeminformer
Submodule systeminformer updated 60 files
+0 −27 BOOL __cdecl SetThreadSelectedCpuSetMask.cpp
+3 −0 KSystemInformer/KSystemInformer.sln
+6 −5 KSystemInformer/KSystemInformer.vcxproj
+0 −9 KSystemInformer/KSystemInformer.vcxproj.filters
+29 −29 KSystemInformer/alloc.c
+7 −7 KSystemInformer/alpc.c
+13 −13 KSystemInformer/back_trace.c
+26 −14 KSystemInformer/cid_table.c
+56 −52 KSystemInformer/cid_tracking.c
+56 −57 KSystemInformer/comms.c
+55 −55 KSystemInformer/comms_handlers.c
+0 −619 KSystemInformer/download.c
+10 −10 KSystemInformer/dyndata.c
+5 −5 KSystemInformer/dynimp.c
+5 −5 KSystemInformer/file.c
+26 −26 KSystemInformer/hash.c
+0 −833 KSystemInformer/http.c
+3 −3 KSystemInformer/imgcoherency.c
+32 −240 KSystemInformer/include/kph.h
+4 −0 KSystemInformer/include/ntfill.h
+8 −8 KSystemInformer/informer.c
+3 −3 KSystemInformer/informer_debug.c
+6 −6 KSystemInformer/informer_file.c
+17 −17 KSystemInformer/informer_filenc.c
+21 −21 KSystemInformer/informer_fileop.c
+7 −7 KSystemInformer/informer_image.c
+14 −14 KSystemInformer/informer_object.c
+11 −11 KSystemInformer/informer_process.c
+27 −27 KSystemInformer/informer_registry.c
+7 −7 KSystemInformer/informer_thread.c
+2 −2 KSystemInformer/knowndll.c
+3 −3 KSystemInformer/kphobject.c
+8 −4 KSystemInformer/ksidll.vcxproj
+4 −4 KSystemInformer/lsa.c
+5 −5 KSystemInformer/main.c
+17 −17 KSystemInformer/object.c
+3 −3 KSystemInformer/parameters.c
+7 −7 KSystemInformer/process.c
+31 −31 KSystemInformer/protection.c
+3 −3 KSystemInformer/qrydrv.c
+38 −25 KSystemInformer/resource.rc
+15 −15 KSystemInformer/session_token.c
+0 −2,193 KSystemInformer/socket.c
+2 −2 KSystemInformer/system.c
+6 −6 KSystemInformer/thread.c
+45 −287 KSystemInformer/util.c
+10 −10 KSystemInformer/verify.c
+5 −5 KSystemInformer/vm.c
+31 −38 SystemInformer/memrslt.c
+2 −49 kphlib/include/sistatus.rc
+ kphlib/include/sistatus_MSG00001.bin
+4 −2 kphlib/kphdyn.c
+1 −0 kphlib/kphdyn.xml
+1 −1 kphlib/kphdyndata.c
+66 −0 kphlib/kphlib_km.vcxproj
+1 −1 kphlib/sistatus.mc
+3 −0 phlib/include/phsup.h
+4 −2 phnt/include/ntimage.h
+31 −8 phnt/include/ntuser.h
+0 −8,615 tools/thirdparty/winsdk/ntintsafe.h

0 comments on commit e4830f4

Please sign in to comment.