묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결Axure RP 9,10 - 서비스 기획자를 위한 최적의 프로토타이핑 툴
상단 탭&스와이프 구성 강의 문의
안녕하세요 선생님 강의 잘듣고 있습니다. 모바일 상단에 위아래 탭 영역 2개를 위치시키고 스와이프기능까지 제공하는 페이지를 구현할 때 필요한 강의가 어떤것인지 알려주실 수 있을까요..?? 봤던 것 같은데 기억이 안납니다 도무지 ㅠㅠ.. 혹시 어드민 강의에서 봤는데.. 이걸 모바일에 적용하려니까 제가 헷갈리는가 싶기도하고..
-
미해결스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
cors 관련 설정을 위한 webconfig 설정 관련 질문
안녕하세요 강의 잘듣고 있습니다! 다름이 아니라 강의 내용을 바탕으로 토이프로젝트를 듣던와중에 cors 관련 이슈로 api에 @corsorigin을 바로 사용하는 것이 아닌 @Configurationpublic class WebConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry){ registry.addMapping("/**") .allowedOrigins("http://localhost:3000") .allowCredentials(true); }} 이런 형식으로 사용하고 있는데 저 webconfig가 어떻게 실행이되는지 의문이 듭니다, @configuration설정 파일임을 명시하고 webconfig 클래스가 스프링빈에 등록되는 것도 알겠는데 addCorsMappings를 호출하지 않는 이상 전역으로 설정하는 것이 불가능 하다고 생각했는데 따로 호출을 안해도 되더라고요. 또 전역으로 설정한이후에 patch에서는 계속 cors 문제가 나오는데 patch는 webconfig 커스터마이징으로 cors를 해결할수 없는지 궁금해서 여쭈어봅니다! 감사합니다
-
미해결스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
application 실행시 code exit 0 가 나오며 바로 실행이 종료됩니다.
안녕하세요. 프로젝트 빌드시 어플리케이션이 Process finished with exit code 0 이라는 내용과 함께 바로 종료됩니다. 프로젝트를 생성할때 war를 선택하고 프로젝트를 생성하였습니다. 내장 톰캣과 관련된 것인가 싶어 기존에 있던 implementation 'spring-boot-starter-tomcat' 을 삭제하고 dependencies 또한 강사님과 같게 수정하였는데도 빌드가 되지않아 질문 드립니다.
-
미해결Spring Cloud로 개발하는 마이크로서비스 애플리케이션(MSA)
Spring Cloud Gateway - Logging Filter
Spring Cloud Gateway - Logging Filter 영상 3:50 - "자 GlobalFilter는 인스턴스이기 때문에 직접 생성하실 수가 없구요 구현하실 때 여러분들이 OrderedGatewayFilter 라는걸 사용하실 수 있어요" 에서 > GatewayFilter는 인터페이스이기 때문에 라고 말씀하실려는 게 본래 의도이신 것 같은데 맞는지 확인 부탁드릴게요 감사합니다
-
미해결시스템엔지니어가 알려주는 리눅스 실전편 Bash Shell Script
설치에러
설치에러 게속 떠서 진행이 안되네요 ..;; Bringing machine 'cent1' up with 'virtualbox' provider... Bringing machine 'cent2' up with 'virtualbox' provider... Bringing machine 'cent3' up with 'virtualbox' provider... ==> cent1: Preparing master VM for linked clones... cent1: This is a one time operation. Once the master VM is prepared, cent1: it will be used as a base for linked clones, making the creation cent1: of new VMs take milliseconds on a modern system. ==> cent1: Importing base box 'centos/8'... ==> cent1: Cloning VM... ==> cent1: Matching MAC address for NAT networking... ==> cent1: Checking if box 'centos/8' version '2011.0' is up to date... ==> cent1: Setting the name of the VM: cent1 ==> cent1: Clearing any previously set network interfaces... ==> cent1: Preparing network interfaces based on configuration... cent1: Adapter 1: nat cent1: Adapter 2: hostonly cent1: Adapter 3: hostonly ==> cent1: Forwarding ports... cent1: 22 (guest) => 2222 (host) (adapter 1) ==> cent1: Running 'pre-boot' VM customizations... ==> cent1: Booting VM... ==> cent1: Waiting for machine to boot. This may take a few minutes... cent1: SSH address: 127.0.0.1:2222 cent1: SSH username: vagrant cent1: SSH auth method: private key cent1: cent1: Vagrant insecure key detected. Vagrant will automatically replace cent1: this with a newly generated keypair for better security. cent1: cent1: Inserting generated public key within guest... cent1: Removing insecure key from the guest if it's present... cent1: Key inserted! Disconnecting and reconnecting using new SSH key... ==> cent1: Machine booted and ready! [cent1] No Virtualbox Guest Additions installation found. Last metadata expiration check: 0:00:03 ago on Tue 19 Oct 2021 05:22:10 AM UTC. Package centos-linux-release-8.3-1.2011.el8.noarch is already installed. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Upgrading: centos-linux-release noarch 8.4-1.2105.el8 baseos 22 k Transaction Summary ================================================================================ Upgrade 1 Package Total download size: 22 k Downloading Packages: centos-linux-release-8.4-1.2105.el8.noarch.rpm 198 kB/s | 22 kB 00:00 -------------------------------------------------------------------------------- Total 22 kB/s | 22 kB 00:00 warning: /var/cache/dnf/baseos-31c79d9833c65cf7/packages/centos-linux-release-8.4-1.2105.el8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY CentOS Linux 8 - BaseOS 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) <security@centos.org>" Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: centos-linux-release-8.4-1.2105.el8.noarch 1/1 Upgrading : centos-linux-release-8.4-1.2105.el8.noarch 1/2 Cleanup : centos-linux-release-8.3-1.2011.el8.noarch 2/2 Running scriptlet: centos-linux-release-8.3-1.2011.el8.noarch 2/2 Verifying : centos-linux-release-8.4-1.2105.el8.noarch 1/2 Verifying : centos-linux-release-8.3-1.2011.el8.noarch 2/2 Upgraded: centos-linux-release-8.4-1.2105.el8.noarch Complete! Last metadata expiration check: 0:00:07 ago on Tue 19 Oct 2021 05:22:10 AM UTC. No match for argument: kernel-devel-4.18.0-240.1.1.el8_3.x86_64 Error: Unable to find a match: kernel-devel-4.18.0-240.1.1.el8_3.x86_64 Unmounting Virtualbox Guest Additions ISO from: /mnt umount: /mnt: not mounted. ==> cent1: Checking for guest additions in VM... cent1: No guest additions were detected on the base box for this VM! Guest cent1: additions are required for forwarded ports, shared folders, host only cent1: networking, and more. If SSH fails on this machine, please install cent1: the guest additions and repackage the box to continue. cent1: cent1: This is not an error message; everything may continue to work properly, cent1: in which case you may ignore this message. The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! umount /mnt
-
미해결Flutter 입문 - 안드로이드, iOS 개발을 한 번에 (with Firebase)
NetworkImage
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. NetworkImage 코드를 다 동일하게 사용했는데 프로필 이미지가 뜨지를 않습니다.원인을 알고 싶은데 알수가 없는데 어떻게 해결해야 할까요 오류코드는 이렇게 뜹니다. ======== Exception caught by image resource service ================================================ The following SocketException was thrown resolving an image codec: Failed host lookup: 'cdn.pixabay.com' (OS Error: No address associated with hostname, errno = 7) When the exception was thrown, this was the stack: #0 _NativeSocket.startConnect (dart:io-patch/socket_patch.dart:677:35) #1 _RawSocket.startConnect (dart:io-patch/socket_patch.dart:1680:26) #2 RawSocket.startConnect (dart:io-patch/socket_patch.dart:27:23) #3 RawSecureSocket.startConnect (dart:io/secure_socket.dart:237:22) #4 SecureSocket.startConnect (dart:io/secure_socket.dart:60:28) #5 _ConnectionTarget.connect (dart:_http/http_impl.dart:2437:24) #6 _HttpClient._getConnection.connect (dart:_http/http_impl.dart:2805:12) #7 _HttpClient._getConnection (dart:_http/http_impl.dart:2810:12) #8 _HttpClient._openUrl (dart:_http/http_impl.dart:2694:12) #9 _HttpClient.getUrl (dart:_http/http_impl.dart:2573:48) #10 NetworkImage._loadAsync (package:flutter/src/painting/_network_image_io.dart:89:59) #11 NetworkImage.load (package:flutter/src/painting/_network_image_io.dart:50:14) #12 ImageProvider.resolveStreamForKey.<anonymous closure> (package:flutter/src/painting/image_provider.dart:505:13) #13 ImageCache.putIfAbsent (package:flutter/src/painting/image_cache.dart:380:22) #14 ImageProvider.resolveStreamForKey (package:flutter/src/painting/image_provider.dart:503:83) #15 ImageProvider.resolve.<anonymous closure> (package:flutter/src/painting/image_provider.dart:333:9) #16 ImageProvider._createErrorHandlerAndKey.<anonymous closure>.<anonymous closure> (package:flutter/src/painting/image_provider.dart:464:26) #17 SynchronousFuture.then (package:flutter/src/foundation/synchronous_future.dart:41:35) #18 ImageProvider._createErrorHandlerAndKey.<anonymous closure> (package:flutter/src/painting/image_provider.dart:461:11) #22 ImageProvider._createErrorHandlerAndKey (package:flutter/src/painting/image_provider.dart:453:16) #23 ImageProvider.resolve (package:flutter/src/painting/image_provider.dart:330:5) #24 DecorationImagePainter.paint (package:flutter/src/painting/decoration_image.dart:258:55) #25 _BoxDecorationPainter._paintBackgroundImage (package:flutter/src/painting/box_decoration.dart:465:20) #26 _BoxDecorationPainter.paint (package:flutter/src/painting/box_decoration.dart:483:5) #27 RenderDecoratedBox.paint (package:flutter/src/rendering/proxy_box.dart:2162:17) #28 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #29 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #30 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:140:15) #31 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #32 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #33 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:140:15) #34 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #35 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #36 RenderBoxContainerDefaultsMixin.defaultPaint (package:flutter/src/rendering/box.dart:2794:15) #37 RenderFlex.paint (package:flutter/src/rendering/flex.dart:1078:7) #38 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #39 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #40 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:140:15) #41 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #42 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #43 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:140:15) #44 _RenderInkFeatures.paint (package:flutter/src/material/material.dart:553:11) #45 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #46 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #47 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:140:15) #48 RenderCustomPaint.paint (package:flutter/src/rendering/custom_paint.dart:608:11) #49 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #50 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #51 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:140:15) #52 PaintingContext.pushLayer (package:flutter/src/rendering/object.dart:398:12) #53 RenderPhysicalShape.paint (package:flutter/src/rendering/proxy_box.dart:2040:15) #54 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #55 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #56 RenderShiftedBox.paint (package:flutter/src/rendering/shifted_box.dart:79:15) #57 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #58 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #59 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:140:15) #60 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #61 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #62 RenderProxyBoxMixin.paint (package:flutter/src/rendering/proxy_box.dart:140:15) #63 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #64 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #65 RenderBoxContainerDefaultsMixin.defaultPaint (package:flutter/src/rendering/box.dart:2794:15) #66 RenderFlex.paint (package:flutter/src/rendering/flex.dart:1078:7) #67 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #68 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #69 RenderShiftedBox.paint (package:flutter/src/rendering/shifted_box.dart:79:15) #70 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #71 PaintingContext.paintChild (package:flutter/src/rendering/object.dart:189:13) #72 _RenderSingleChildViewport.paint.paintContents (package:flutter/src/widgets/single_child_scroll_view.dart:619:17) #73 _RenderSingleChildViewport.paint (package:flutter/src/widgets/single_child_scroll_view.dart:633:9) #74 RenderObject._paintWithContext (package:flutter/src/rendering/object.dart:2409:7) #75 PaintingContext._repaintCompositedChild (package:flutter/src/rendering/object.dart:141:11) #76 PaintingContext.repaintCompositedChild (package:flutter/src/rendering/object.dart:100:5) #77 PipelineOwner.flushPaint (package:flutter/src/rendering/object.dart:979:29) #78 RendererBinding.drawFrame (package:flutter/src/rendering/binding.dart:455:19) #79 WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:883:13) #80 RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:319:5) #81 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1143:15) #82 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1080:9) #83 SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:863:7) (elided 7 frames from class _RawReceivePortImpl, class _Timer, dart:async, and dart:async-patch) Image provider: NetworkImage("https://cdn.pixabay.com/photo/2017/09/21/19/12/france-2773030_1280.jpg", scale: 1.0) Image key: NetworkImage("https://cdn.pixabay.com/photo/2017/09/21/19/12/france-2773030_1280.jpg", scale: 1.0) ====================================================================================================
-
미해결스프링 핵심 원리 - 기본편
영한님 말씀중에 패키지 관리에 관해서 궁금한게있습니다.
https://www.inflearn.com/questions/16046 질문중에 패키지관련하여 답변주신 사이트를 참고하였는데 더 궁금한게 있어 질문드립니다. 프로젝트가 성장함에 따라 프로젝트 구조도 현재 상황에 맞추어 성장하고 변경할 수 있어야 합니다. 이부분을 강조하셔서 말씀주셨는데, 수많은 코드와 파일들을 처음 배치한다음, 다시 현재 상황에 맞게 맞출시 수많은 변경들이 일어날텐데, 이럴때 많이 에러가 난다던지 많은 코드를수정을 해야될 경우도 많이 생길까요?
-
미해결내 업무를 대신 할 파이썬(Python) 웹크롤링 & 자동화 (feat. 주식, 부동산 데이터 / 인스타그램)
네이버 부동산 크롤링만 하고 싶은데 앞의 주식 크롤링 강의 예제를 다 봐야지 할수 있는걸까요?
네이버 부동산 크롤링만 하고 싶은데 앞의 주식 크롤링 강의 예제를 다 봐야지 할수 있는걸까요? 네이버 부동산 크롤링에 필요한 내용이 혹시 주식 크롤링 강의에 있는지 궁금합니다. 중간 주식 강의는 듣고 싶지 않아서요~
-
미해결Vue.js 끝장내기 - 실무에 필요한 모든 것
vue3 상용 서비스 적용에 무리가 있다는게 어떤건지요?
vue cli 프로젝트 생성 시 vue3로 진행시 서비스 적용에 무리가 있다고 글에 작성되어 있는데 어떤 부분이 사용 서비스에 무리가 있는지 알려주실수 있을지 문의드립니다.
-
미해결피그마(Figma)를 활용한 UI디자인 입문부터 실전까지 A to Z
수강 제한 기간.
다른 분들은 어떨지 모르겠는데. 처음 접하는 내용이라서 저에게는 너무 어려워요. 수강 가능한 시간을 조금 더 늘려주시면 안되나요? 천천히 복습하면서 계속 공부 하고 싶어요.
-
미해결R 프로그램 - 시즌 1
패키지 설치 경로 변경이 안돼서 install 에러가 나는 경우
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=steadilycoming&logNo=220728403953 위 블로그 참고해서 환경변수 설정하면 됩니다 !
-
미해결스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
스프링 데이터 jpa의 transaction
안녕하세요 영한님 ! 영한님의 로드맵 첫번째를 거의 마무리하고,jpa 로드맵도 추가적으로 일부 수강하고 있는 학생입니다. 이젠 이전의 설명을 조금 더 완벽하게 이해할 수 있을 것 같기도 하고 세세한 내부 작동원리를 다시 보고싶어 복습을 하고 있습니다. 영한님의 강의를 복습하며 간단한 RESTapi 프로젝트를 스프링 데이터 jpa를 이용해 만들던 도중, 트랜잭션에 대해 궁금증이 생겨 질문 남깁니다! 1) JPA에서는 지금 강의처럼 수동으로 의존성을 주입해주거나 @Transactional 이라는 애노테이션을 사용하여 하나의 entity manager 주기(?) 가 발생하는데 스프링 데이터 JPA는 상속을 받은 부모 클래스의 메소드에 Transactional이 달려있어 따로 이 주기를 관리 하지 않는 것인지 궁금합니다!2) 그렇다면 메서드를 사용할때마다 transaction이 발생하여 더티체킹이 이뤄질 수 없는 조건인 건가요? 로그를 찍어보니 스프링 데이터 jpa로 update 로직을 만들때 인스턴스의 값을 set하고 따로 save를 날려야 isNew를 판단하고 update쿼리가 날아가는 것 같더라구요!얕지만 지금까지 배운대로 혼자 생각해본다면 이정도 이유일것이라고 생각이 드는데, 혹시 틀린 부분이 있다면 가르침 부탁드립니다.p.s : 개발 경력이 정말 짧지만 영한님 덕분에 주변에서 좋은 이야기를 많이 듣고 있어 정말 감사할따름입니다!
-
해결됨[C++과 언리얼로 만드는 MMORPG 게임 개발 시리즈] Part1: C++ 프로그래밍 입문
타입변환연산자가 실행은 안되는데 빌드는 왜 되나요?
operator Knight() { return (Knight)(*this); } Knight knight2 = dog; 가 ctrl+alt+b 빌드는 통과하는데 f5로 실행을 하면 stackoverflow가 생기면서 안되는 이유가 클래스간의 구성 요소(변수)가 전혀 다르기 때문인 거잖아요? 근데 왜 빌드는 통과하는 건가요?
-
미해결설계독학맛비's 실전 FPGA를 이용한 HW 가속기 설계 (LED 제어부터 Fully Connected Layer 가속기 설계까지)
안녕하세요 맛비님
아직 보드를 구매하진 않고 강의를 구매했는데요 제가 고등학생이라 이니프로에서 학생할인이 안되서 중고로 z7 20을 구하다가 구해지지 않아서 z7 10중고가 있어서 구매하려고 하는데 해당 강의를 따라하면서 z7 10으로도 충분히 가능할지 궁금합니다. - 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.
-
미해결차량 번호판 인식 프로젝트와 TensorFlow로 배우는 딥러닝 영상인식 올인원
안녕하세요 강의자료 요청드립니다.
강의 잘 듣고 있습니다. 매우 유익한 강의라고 생각합니다. 강의자료도 같이 보면서 수강하고 싶어 메일로 요청드립니다. 아래 메일로 보내주시면 감사하겠습니다. 메일주소 : lepuz@naver.com - 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.
-
해결됨스스로 구축하는 AWS 클라우드 인프라 - 기본편
EC2 생성 질문
안녕하세요 좋은 강의 감사합니다. 그 강의 한 단위(?) 마다 아키텍처로 설명 해주시는거 구현하는걸로 알고있는데... 제가 17분짜리 마지막강의 듣고나서 보니까 Private서브넷에 EC2가 두개가 생성되어야 하는걸로 알고 있는데 강의를 다보고 보니까 2a에만 EC2를 생성한거 같더라구요... Private subnet/2C 에 EC2는 왜 안만드시는건가용??
-
미해결머신러닝 엔지니어 실무
안녕하세요? 혹시 Ppt 자료는 받을 수 있을까요?
감사합니다.
-
미해결시스템엔지니어가 알려주는 리눅스 실전편 Bash Shell Script
설치에러
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색884.b80: Log file opened: 5.2.42r137960 g_hStartupLog=000000000000022c g_uNtVerCombined=0xa047bb00 884.b80: \SystemRoot\System32\ntdll.dll: 884.b80: CreationTime: 2021-08-08T07:58:56.460910800Z 884.b80: LastWriteTime: 2021-08-08T07:58:56.550669500Z 884.b80: ChangeTime: 2021-08-13T10:30:23.954860700Z 884.b80: FileAttributes: 0x20 884.b80: Size: 0x1e8050 884.b80: NT Headers: 0xd8 884.b80: Timestamp: 0x418df01d 884.b80: Machine: 0x8664 - amd64 884.b80: Timestamp: 0x418df01d 884.b80: Image Version: 10.0 884.b80: SizeOfImage: 0x1f0000 (2031616) 884.b80: Resource Dir: 0x17f000 LB 0x6f3b8 884.b80: [Version info resource found at 0xd8! (ID/Name: 0x1; SubID/SubName: 0x409)] 884.b80: [Raw version resource data: 0x17f0f0 LB 0x380, codepage 0x0 (reserved 0x0)] 884.b80: ProductName: Microsoft® Windows® Operating System 884.b80: ProductVersion: 10.0.18362.1679 884.b80: FileVersion: 10.0.18362.1679 (WinBuild.160101.0800) 884.b80: FileDescription: NT Layer DLL 884.b80: \SystemRoot\System32\kernel32.dll: 884.b80: CreationTime: 2021-08-13T10:28:27.561050600Z 884.b80: LastWriteTime: 2021-08-13T10:28:27.603935100Z 884.b80: ChangeTime: 2021-08-13T11:36:14.013362000Z 884.b80: FileAttributes: 0x20 884.b80: Size: 0xb04a0 884.b80: NT Headers: 0xf8 884.b80: Timestamp: 0xbba1b5fe 884.b80: Machine: 0x8664 - amd64 884.b80: Timestamp: 0xbba1b5fe 884.b80: Image Version: 10.0 884.b80: SizeOfImage: 0xb2000 (729088) 884.b80: Resource Dir: 0xb0000 LB 0x520 884.b80: [Version info resource found at 0x90! (ID/Name: 0x1; SubID/SubName: 0x409)] 884.b80: [Raw version resource data: 0xb00b0 LB 0x3a4, codepage 0x0 (reserved 0x0)] 884.b80: ProductName: Microsoft® Windows® Operating System 884.b80: ProductVersion: 10.0.18362.1714 884.b80: FileVersion: 10.0.18362.1714 (WinBuild.160101.0800) 884.b80: FileDescription: Windows NT BASE API Client DLL 884.b80: \SystemRoot\System32\KernelBase.dll: 884.b80: CreationTime: 2021-08-13T10:28:44.194579400Z 884.b80: LastWriteTime: 2021-08-13T10:28:44.343181600Z 884.b80: ChangeTime: 2021-08-13T11:36:19.717616300Z 884.b80: FileAttributes: 0x20 884.b80: Size: 0x2a62b0 884.b80: NT Headers: 0xf8 884.b80: Timestamp: 0x62b4f97e 884.b80: Machine: 0x8664 - amd64 884.b80: Timestamp: 0x62b4f97e 884.b80: Image Version: 10.0 884.b80: SizeOfImage: 0x2a6000 (2777088) 884.b80: Resource Dir: 0x280000 LB 0x548 884.b80: [Version info resource found at 0x90! (ID/Name: 0x1; SubID/SubName: 0x409)] 884.b80: [Raw version resource data: 0x2800b0 LB 0x3bc, codepage 0x0 (reserved 0x0)] 884.b80: ProductName: Microsoft® Windows® Operating System 884.b80: ProductVersion: 10.0.18362.1714 884.b80: FileVersion: 10.0.18362.1714 (WinBuild.160101.0800) 884.b80: FileDescription: Windows NT BASE API Client DLL 884.b80: \SystemRoot\System32\apisetschema.dll: 884.b80: CreationTime: 2019-03-19T04:43:54.837151500Z 884.b80: LastWriteTime: 2019-03-19T04:43:54.837151500Z 884.b80: ChangeTime: 2021-08-13T10:30:23.216833300Z 884.b80: FileAttributes: 0x20 884.b80: Size: 0x1d028 884.b80: NT Headers: 0xc8 884.b80: Timestamp: 0xd6ced080 884.b80: Machine: 0x8664 - amd64 884.b80: Timestamp: 0xd6ced080 884.b80: Image Version: 10.0 884.b80: SizeOfImage: 0x1e000 (122880) 884.b80: Resource Dir: 0x1d000 LB 0x408 884.b80: [Version info resource found at 0x48! (ID/Name: 0x1; SubID/SubName: 0x409)] 884.b80: [Raw version resource data: 0x1d060 LB 0x3a8, codepage 0x0 (reserved 0x0)] 884.b80: ProductName: Microsoft® Windows® Operating System 884.b80: ProductVersion: 10.0.18362.1 884.b80: FileVersion: 10.0.18362.1 (WinBuild.160101.0800) 884.b80: FileDescription: ApiSet Schema DLL 884.b80: NtOpenDirectoryObject failed on \Driver: 0xc0000022 884.b80: supR3HardenedWinFindAdversaries: 0x0 884.b80: supR3HardenedWinInitAppBin(0x0): '\Device\HarddiskVolume3\Program Files\Oracle\VirtualBox' 884.b80: Calling main() 884.b80: SUPR3HardenedMain: pszProgName=VBoxHeadless fFlags=0x0 884.b80: supR3HardenedWinInitAppBin(0x0): '\Device\HarddiskVolume3\Program Files\Oracle\VirtualBox' 884.b80: SUPR3HardenedMain: Respawn #1 884.b80: System32: \Device\HarddiskVolume3\Windows\System32 884.b80: WinSxS: \Device\HarddiskVolume3\Windows\WinSxS 884.b80: KnownDllPath: C:\WINDOWS\System32 884.b80: supR3HardenedWinInit: Performing a limited self purification... 884.b80: supHardNtVpScanVirtualMemory: enmKind=SELF_PURIFICATION 884.b80: *0000000000000000-000000000015ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000160000-000000000016ffff 0x0004/0x0004 0x0040000 884.b80: *0000000000170000-0000000000170fff 0x0040/0x0040 0x0020000 !! 884.b80: 0000000000171000-000000000017ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000180000-000000000019afff 0x0002/0x0002 0x0040000 884.b80: 000000000019b000-000000000019ffff 0x0001/0x0000 0x0000000 884.b80: *00000000001a0000-00000000001a3fff 0x0002/0x0002 0x0040000 884.b80: 00000000001a4000-00000000001affff 0x0001/0x0000 0x0000000 884.b80: *00000000001b0000-00000000001b1fff 0x0004/0x0004 0x0020000 884.b80: 00000000001b2000-00000000001bffff 0x0001/0x0000 0x0000000 884.b80: *00000000001c0000-00000000001c0fff 0x0002/0x0002 0x0040000 884.b80: 00000000001c1000-00000000001cffff 0x0001/0x0000 0x0000000 884.b80: *00000000001d0000-00000000001d1fff 0x0040/0x0040 0x0020000 !! 884.b80: 00000000001d2000-00000000001dffff 0x0001/0x0000 0x0000000 884.b80: *00000000001e0000-00000000001e1fff 0x0004/0x0004 0x0020000 884.b80: 00000000001e2000-00000000001effff 0x0001/0x0000 0x0000000 884.b80: *00000000001f0000-00000000001f2fff 0x0004/0x0004 0x0020000 884.b80: 00000000001f3000-00000000001fffff 0x0001/0x0000 0x0000000 884.b80: *0000000000200000-000000000027bfff 0x0000/0x0004 0x0020000 884.b80: 000000000027c000-0000000000284fff 0x0004/0x0004 0x0020000 884.b80: 0000000000285000-00000000003fffff 0x0000/0x0004 0x0020000 884.b80: *0000000000400000-00000000004b8fff 0x0000/0x0004 0x0020000 884.b80: 00000000004b9000-00000000004bbfff 0x0104/0x0004 0x0020000 884.b80: 00000000004bc000-00000000004fffff 0x0004/0x0004 0x0020000 884.b80: *0000000000500000-00000000005c6fff 0x0002/0x0002 0x0040000 884.b80: 00000000005c7000-00000000005cffff 0x0001/0x0000 0x0000000 884.b80: *00000000005d0000-00000000005d1fff 0x0004/0x0004 0x0020000 884.b80: 00000000005d2000-0000000000601fff 0x0000/0x0004 0x0020000 884.b80: 0000000000602000-000000000060ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000610000-0000000000610fff 0x0002/0x0002 0x0040000 884.b80: 0000000000611000-000000000061ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000620000-000000000062efff 0x0004/0x0004 0x0020000 884.b80: 000000000062f000-000000000062ffff 0x0000/0x0004 0x0020000 884.b80: *0000000000630000-0000000000631fff 0x0004/0x0004 0x0020000 884.b80: 0000000000632000-0000000000661fff 0x0000/0x0004 0x0020000 884.b80: 0000000000662000-000000000066ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000670000-0000000000673fff 0x0002/0x0002 0x0040000 884.b80: 0000000000674000-0000000000677fff 0x0000/0x0002 0x0040000 884.b80: 0000000000678000-000000000067ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000680000-000000000068efff 0x0004/0x0004 0x0020000 884.b80: 000000000068f000-000000000068ffff 0x0000/0x0004 0x0020000 884.b80: 0000000000690000-00000000006affff 0x0001/0x0000 0x0000000 884.b80: *00000000006b0000-00000000006f5fff 0x0004/0x0004 0x0020000 884.b80: 00000000006f6000-00000000007affff 0x0000/0x0004 0x0020000 884.b80: *00000000007b0000-00000000008a9fff 0x0000/0x0004 0x0020000 884.b80: 00000000008aa000-00000000008acfff 0x0104/0x0004 0x0020000 884.b80: 00000000008ad000-00000000008affff 0x0004/0x0004 0x0020000 884.b80: *00000000008b0000-00000000009abfff 0x0000/0x0004 0x0020000 884.b80: 00000000009ac000-00000000009aefff 0x0104/0x0004 0x0020000 884.b80: 00000000009af000-00000000009affff 0x0004/0x0004 0x0020000 884.b80: *00000000009b0000-0000000000aaafff 0x0000/0x0004 0x0020000 884.b80: 0000000000aab000-0000000000aadfff 0x0104/0x0004 0x0020000 884.b80: 0000000000aae000-0000000000aaffff 0x0004/0x0004 0x0020000 884.b80: *0000000000ab0000-0000000000af9fff 0x0002/0x0002 0x0040000 884.b80: 0000000000afa000-0000000000caffff 0x0000/0x0002 0x0040000 884.b80: *0000000000cb0000-0000000000e30fff 0x0002/0x0002 0x0040000 884.b80: 0000000000e31000-0000000000e3ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000e40000-000000000111cfff 0x0002/0x0002 0x0040000 884.b80: 000000000111d000-0000000002240fff 0x0000/0x0002 0x0040000 884.b80: 0000000002241000-000000000224ffff 0x0001/0x0000 0x0000000 884.b80: *0000000002250000-0000000002250fff 0x0004/0x0004 0x0020000 884.b80: 0000000002251000-0000000002281fff 0x0000/0x0004 0x0020000 884.b80: 0000000002282000-000000000229ffff 0x0001/0x0000 0x0000000 884.b80: *00000000022a0000-00000000022abfff 0x0004/0x0004 0x0020000 884.b80: 00000000022ac000-00000000022affff 0x0000/0x0004 0x0020000 884.b80: *00000000022b0000-00000000022bdfff 0x0000/0x0004 0x0020000 884.b80: 00000000022be000-00000000024aefff 0x0004/0x0004 0x0020000 884.b80: 00000000024af000-00000000024affff 0x0000/0x0004 0x0020000 884.b80: *00000000024b0000-00000000024b1fff 0x0004/0x0004 0x0020000 884.b80: 00000000024b2000-00000000024e1fff 0x0000/0x0004 0x0020000 884.b80: 00000000024e2000-00000000024effff 0x0001/0x0000 0x0000000 884.b80: *00000000024f0000-000000000250cfff 0x0004/0x0004 0x0020000 884.b80: 000000000250d000-00000000025effff 0x0000/0x0004 0x0020000 884.b80: 00000000025f0000-0000000060ffffff 0x0001/0x0000 0x0000000 884.b80: *0000000061000000-0000000061000fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 0000000061000000 LB 0x1000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 0000000061001000-0000000061080fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 0000000061001000 LB 0x80000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 0000000061081000-00000000610b5fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 0000000061081000 LB 0x35000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 00000000610b6000-00000000610b7fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00000000610b6000 LB 0x2000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 00000000610b8000-00000000610bffff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00000000610b8000 LB 0x8000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 00000000610c0000-00000000610c5fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00000000610c0000 LB 0x6000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 00000000610c6000-00000000610ccfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00000000610c6000 LB 0x7000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 00000000610cd000-00000000611d4fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00000000610cd000 LB 0x108000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 00000000611d5000-00000000611dafff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_sps.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00000000611d5000 LB 0x6000 (base 0000000061000000) - 'f_sps.dll' 884.b80: 00000000611db000-000000007ffdffff 0x0001/0x0000 0x0000000 884.b80: *000000007ffe0000-000000007ffe0fff 0x0002/0x0002 0x0020000 884.b80: 000000007ffe1000-000000007ffe5fff 0x0001/0x0000 0x0000000 884.b80: *000000007ffe6000-000000007ffe6fff 0x0002/0x0002 0x0020000 884.b80: 000000007ffe7000-000000017fffffff 0x0001/0x0000 0x0000000 884.b80: *0000000180000000-0000000180000fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_nxa.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 0000000180000000 LB 0x1000 (base 0000000180000000) - 'f_nxa.dll' 884.b80: 0000000180001000-0000000180022fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_nxa.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 0000000180001000 LB 0x22000 (base 0000000180000000) - 'f_nxa.dll' 884.b80: 0000000180023000-0000000180034fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_nxa.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 0000000180023000 LB 0x12000 (base 0000000180000000) - 'f_nxa.dll' 884.b80: 0000000180035000-000000018003bfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_nxa.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 0000000180035000 LB 0x7000 (base 0000000180000000) - 'f_nxa.dll' 884.b80: 000000018003c000-000000018003ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Fasoo DRM\f_nxa.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 000000018003c000 LB 0x4000 (base 0000000180000000) - 'f_nxa.dll' 884.b80: 0000000180040000-00007ff41829ffff 0x0001/0x0000 0x0000000 884.b80: *00007ff4182a0000-00007ff4182a4fff 0x0002/0x0002 0x0040000 884.b80: 00007ff4182a5000-00007ff41839ffff 0x0000/0x0002 0x0040000 884.b80: *00007ff4183a0000-00007ff5183bffff 0x0000/0x0004 0x0020000 884.b80: *00007ff5183c0000-00007ff51a3bffff 0x0000/0x0004 0x0020000 884.b80: 00007ff51a3c0000-00007ff51a3c0fff 0x0004/0x0004 0x0020000 884.b80: 00007ff51a3c1000-00007ff51a3cffff 0x0001/0x0000 0x0000000 884.b80: *00007ff51a3d0000-00007ff51a3d0fff 0x0002/0x0002 0x0040000 884.b80: 00007ff51a3d1000-00007ff51a3dffff 0x0001/0x0000 0x0000000 884.b80: *00007ff51a3e0000-00007ff51a412fff 0x0002/0x0002 0x0040000 884.b80: 00007ff51a413000-00007ff60568ffff 0x0001/0x0000 0x0000000 884.b80: *00007ff605690000-00007ff605690fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605691000-00007ff605702fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605703000-00007ff605703fff 0x0080/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605704000-00007ff60574afff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff60574b000-00007ff60574dfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff60574e000-00007ff605750fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605751000-00007ff605753fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605754000-00007ff605754fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605755000-00007ff605756fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605757000-00007ff605757fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605758000-00007ff60579ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff6057a0000-00007ffabbecffff 0x0001/0x0000 0x0000000 884.b80: *00007ffabbed0000-00007ffabbed0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbed0000 LB 0x1000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbed1000-00007ffabbeddfff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbed1000 LB 0xd000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbede000-00007ffabbee1fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbede000 LB 0x4000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbee2000-00007ffabbee2fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbee2000 LB 0x1000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbee3000-00007ffabbee4fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbee3000 LB 0x2000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbee5000-00007ffabbee8fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbee5000 LB 0x4000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbee9000-00007ffabbee9fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbee9000 LB 0x1000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbeea000-00007ffabbefafff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbeea000 LB 0x11000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbefb000-00007ffabbefcfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\f_im.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffabbefb000 LB 0x2000 (base 00007ffabbed0000) - 'f_im.dll' 884.b80: 00007ffabbefd000-00007ffad48affff 0x0001/0x0000 0x0000000 884.b80: *00007ffad48b0000-00007ffad48b0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\winspool.drv 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad48b0000 LB 0x1000 (base 00007ffad48b0000) - 'winspool.drv' 884.b80: 00007ffad48b1000-00007ffad48fafff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\winspool.drv 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad48b1000 LB 0x4a000 (base 00007ffad48b0000) - 'winspool.drv' 884.b80: 00007ffad48fb000-00007ffad4919fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\winspool.drv 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad48fb000 LB 0x1f000 (base 00007ffad48b0000) - 'winspool.drv' 884.b80: 00007ffad491a000-00007ffad491bfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\winspool.drv 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad491a000 LB 0x2000 (base 00007ffad48b0000) - 'winspool.drv' 884.b80: 00007ffad491c000-00007ffad4938fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\winspool.drv 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad491c000 LB 0x1d000 (base 00007ffad48b0000) - 'winspool.drv' 884.b80: 00007ffad4939000-00007ffad8c7ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffad8c80000-00007ffad8c80fff 0x0040/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msimg32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad8c80000 LB 0x1000 (base 00007ffad8c80000) - 'msimg32.dll' 884.b80: 00007ffad8c81000-00007ffad8c81fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msimg32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad8c81000 LB 0x1000 (base 00007ffad8c80000) - 'msimg32.dll' 884.b80: 00007ffad8c82000-00007ffad8c82fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msimg32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad8c82000 LB 0x1000 (base 00007ffad8c80000) - 'msimg32.dll' 884.b80: 00007ffad8c83000-00007ffad8c83fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msimg32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad8c83000 LB 0x1000 (base 00007ffad8c80000) - 'msimg32.dll' 884.b80: 00007ffad8c84000-00007ffad8c86fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msimg32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffad8c84000 LB 0x3000 (base 00007ffad8c80000) - 'msimg32.dll' 884.b80: 00007ffad8c87000-00007ffae437ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffae4380000-00007ffae4380fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\version.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae4380000 LB 0x1000 (base 00007ffae4380000) - 'version.dll' 884.b80: 00007ffae4381000-00007ffae4383fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\version.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae4381000 LB 0x3000 (base 00007ffae4380000) - 'version.dll' 884.b80: 00007ffae4384000-00007ffae4385fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\version.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae4384000 LB 0x2000 (base 00007ffae4380000) - 'version.dll' 884.b80: 00007ffae4386000-00007ffae4386fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\version.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae4386000 LB 0x1000 (base 00007ffae4380000) - 'version.dll' 884.b80: 00007ffae4387000-00007ffae4389fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\version.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae4387000 LB 0x3000 (base 00007ffae4380000) - 'version.dll' 884.b80: 00007ffae438a000-00007ffae7c8ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffae7c90000-00007ffae7c90fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\propsys.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7c90000 LB 0x1000 (base 00007ffae7c90000) - 'propsys.dll' 884.b80: 00007ffae7c91000-00007ffae7d24fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\propsys.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7c91000 LB 0x94000 (base 00007ffae7c90000) - 'propsys.dll' 884.b80: 00007ffae7d25000-00007ffae7d6bfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\propsys.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7d25000 LB 0x47000 (base 00007ffae7c90000) - 'propsys.dll' 884.b80: 00007ffae7d6c000-00007ffae7d6dfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\propsys.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7d6c000 LB 0x2000 (base 00007ffae7c90000) - 'propsys.dll' 884.b80: 00007ffae7d6e000-00007ffae7d7efff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\propsys.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7d6e000 LB 0x11000 (base 00007ffae7c90000) - 'propsys.dll' 884.b80: 00007ffae7d7f000-00007ffae7ddffff 0x0001/0x0000 0x0000000 884.b80: *00007ffae7de0000-00007ffae7de0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\wtsapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7de0000 LB 0x1000 (base 00007ffae7de0000) - 'wtsapi32.dll' 884.b80: 00007ffae7de1000-00007ffae7de9fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\wtsapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7de1000 LB 0x9000 (base 00007ffae7de0000) - 'wtsapi32.dll' 884.b80: 00007ffae7dea000-00007ffae7dedfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\wtsapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7dea000 LB 0x4000 (base 00007ffae7de0000) - 'wtsapi32.dll' 884.b80: 00007ffae7dee000-00007ffae7deefff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\wtsapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7dee000 LB 0x1000 (base 00007ffae7de0000) - 'wtsapi32.dll' 884.b80: 00007ffae7def000-00007ffae7df2fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\wtsapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffae7def000 LB 0x4000 (base 00007ffae7de0000) - 'wtsapi32.dll' 884.b80: 00007ffae7df3000-00007ffaea34ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaea350000-00007ffaea350fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntmarta.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea350000 LB 0x1000 (base 00007ffaea350000) - 'ntmarta.dll' 884.b80: 00007ffaea351000-00007ffaea371fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntmarta.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea351000 LB 0x21000 (base 00007ffaea350000) - 'ntmarta.dll' 884.b80: 00007ffaea372000-00007ffaea379fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntmarta.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea372000 LB 0x8000 (base 00007ffaea350000) - 'ntmarta.dll' 884.b80: 00007ffaea37a000-00007ffaea37bfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntmarta.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea37a000 LB 0x2000 (base 00007ffaea350000) - 'ntmarta.dll' 884.b80: 00007ffaea37c000-00007ffaea380fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntmarta.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea37c000 LB 0x5000 (base 00007ffaea350000) - 'ntmarta.dll' 884.b80: 00007ffaea381000-00007ffaea87ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaea880000-00007ffaea880fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\IPHLPAPI.DLL 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea880000 LB 0x1000 (base 00007ffaea880000) - 'IPHLPAPI.DLL' 884.b80: 00007ffaea881000-00007ffaea8a9fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\IPHLPAPI.DLL 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea881000 LB 0x29000 (base 00007ffaea880000) - 'IPHLPAPI.DLL' 884.b80: 00007ffaea8aa000-00007ffaea8b3fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\IPHLPAPI.DLL 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea8aa000 LB 0xa000 (base 00007ffaea880000) - 'IPHLPAPI.DLL' 884.b80: 00007ffaea8b4000-00007ffaea8b4fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\IPHLPAPI.DLL 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea8b4000 LB 0x1000 (base 00007ffaea880000) - 'IPHLPAPI.DLL' 884.b80: 00007ffaea8b5000-00007ffaea8b9fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\IPHLPAPI.DLL 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaea8b5000 LB 0x5000 (base 00007ffaea880000) - 'IPHLPAPI.DLL' 884.b80: 00007ffaea8ba000-00007ffaeb31ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb320000-00007ffaeb320fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\umpdc.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb320000 LB 0x1000 (base 00007ffaeb320000) - 'umpdc.dll' 884.b80: 00007ffaeb321000-00007ffaeb328fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\umpdc.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb321000 LB 0x8000 (base 00007ffaeb320000) - 'umpdc.dll' 884.b80: 00007ffaeb329000-00007ffaeb32bfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\umpdc.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb329000 LB 0x3000 (base 00007ffaeb320000) - 'umpdc.dll' 884.b80: 00007ffaeb32c000-00007ffaeb32cfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\umpdc.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb32c000 LB 0x1000 (base 00007ffaeb320000) - 'umpdc.dll' 884.b80: 00007ffaeb32d000-00007ffaeb32ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\umpdc.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb32d000 LB 0x3000 (base 00007ffaeb320000) - 'umpdc.dll' 884.b80: *00007ffaeb330000-00007ffaeb330fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\powrprof.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb330000 LB 0x1000 (base 00007ffaeb330000) - 'powrprof.dll' 884.b80: 00007ffaeb331000-00007ffaeb341fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\powrprof.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb331000 LB 0x11000 (base 00007ffaeb330000) - 'powrprof.dll' 884.b80: 00007ffaeb342000-00007ffaeb34bfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\powrprof.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb342000 LB 0xa000 (base 00007ffaeb330000) - 'powrprof.dll' 884.b80: 00007ffaeb34c000-00007ffaeb34cfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\powrprof.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb34c000 LB 0x1000 (base 00007ffaeb330000) - 'powrprof.dll' 884.b80: 00007ffaeb34d000-00007ffaeb379fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\powrprof.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb34d000 LB 0x2d000 (base 00007ffaeb330000) - 'powrprof.dll' 884.b80: 00007ffaeb37a000-00007ffaeb37ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb380000-00007ffaeb380fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel.appcore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb380000 LB 0x1000 (base 00007ffaeb380000) - 'kernel.appcore.dll' 884.b80: 00007ffaeb381000-00007ffaeb384fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel.appcore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb381000 LB 0x4000 (base 00007ffaeb380000) - 'kernel.appcore.dll' 884.b80: 00007ffaeb385000-00007ffaeb38bfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel.appcore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb385000 LB 0x7000 (base 00007ffaeb380000) - 'kernel.appcore.dll' 884.b80: 00007ffaeb38c000-00007ffaeb38cfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel.appcore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb38c000 LB 0x1000 (base 00007ffaeb380000) - 'kernel.appcore.dll' 884.b80: 00007ffaeb38d000-00007ffaeb390fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel.appcore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb38d000 LB 0x4000 (base 00007ffaeb380000) - 'kernel.appcore.dll' 884.b80: 00007ffaeb391000-00007ffaeb39ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb3a0000-00007ffaeb3a0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\profapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb3a0000 LB 0x1000 (base 00007ffaeb3a0000) - 'profapi.dll' 884.b80: 00007ffaeb3a1000-00007ffaeb3b0fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\profapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb3a1000 LB 0x10000 (base 00007ffaeb3a0000) - 'profapi.dll' 884.b80: 00007ffaeb3b1000-00007ffaeb3b7fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\profapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb3b1000 LB 0x7000 (base 00007ffaeb3a0000) - 'profapi.dll' 884.b80: 00007ffaeb3b8000-00007ffaeb3b8fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\profapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb3b8000 LB 0x1000 (base 00007ffaeb3a0000) - 'profapi.dll' 884.b80: 00007ffaeb3b9000-00007ffaeb3bdfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\profapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb3b9000 LB 0x5000 (base 00007ffaeb3a0000) - 'profapi.dll' 884.b80: 00007ffaeb3be000-00007ffaeb48ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb490000-00007ffaeb490fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcp_win.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb490000 LB 0x1000 (base 00007ffaeb490000) - 'msvcp_win.dll' 884.b80: 00007ffaeb491000-00007ffaeb4e4fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcp_win.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb491000 LB 0x54000 (base 00007ffaeb490000) - 'msvcp_win.dll' 884.b80: 00007ffaeb4e5000-00007ffaeb521fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcp_win.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb4e5000 LB 0x3d000 (base 00007ffaeb490000) - 'msvcp_win.dll' 884.b80: 00007ffaeb522000-00007ffaeb522fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcp_win.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb522000 LB 0x1000 (base 00007ffaeb490000) - 'msvcp_win.dll' 884.b80: 00007ffaeb523000-00007ffaeb525fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcp_win.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb523000 LB 0x3000 (base 00007ffaeb490000) - 'msvcp_win.dll' 884.b80: 00007ffaeb526000-00007ffaeb52dfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcp_win.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb526000 LB 0x8000 (base 00007ffaeb490000) - 'msvcp_win.dll' 884.b80: 00007ffaeb52e000-00007ffaeb52ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb530000-00007ffaeb530fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cfgmgr32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb530000 LB 0x1000 (base 00007ffaeb530000) - 'cfgmgr32.dll' 884.b80: 00007ffaeb531000-00007ffaeb563fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cfgmgr32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb531000 LB 0x33000 (base 00007ffaeb530000) - 'cfgmgr32.dll' 884.b80: 00007ffaeb564000-00007ffaeb571fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cfgmgr32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb564000 LB 0xe000 (base 00007ffaeb530000) - 'cfgmgr32.dll' 884.b80: 00007ffaeb572000-00007ffaeb572fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cfgmgr32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb572000 LB 0x1000 (base 00007ffaeb530000) - 'cfgmgr32.dll' 884.b80: 00007ffaeb573000-00007ffaeb573fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cfgmgr32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb573000 LB 0x1000 (base 00007ffaeb530000) - 'cfgmgr32.dll' 884.b80: 00007ffaeb574000-00007ffaeb579fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cfgmgr32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb574000 LB 0x6000 (base 00007ffaeb530000) - 'cfgmgr32.dll' 884.b80: 00007ffaeb57a000-00007ffaeb57ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb580000-00007ffaeb580fff 0x0040/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\KernelBase.dll 884.b80: 00007ffaeb581000-00007ffaeb687fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\KernelBase.dll 884.b80: 00007ffaeb688000-00007ffaeb7eafff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\KernelBase.dll 884.b80: 00007ffaeb7eb000-00007ffaeb7eefff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\KernelBase.dll 884.b80: 00007ffaeb7ef000-00007ffaeb7effff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\KernelBase.dll 884.b80: 00007ffaeb7f0000-00007ffaeb825fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\KernelBase.dll 884.b80: 00007ffaeb826000-00007ffaeb82ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb830000-00007ffaeb830fff 0x0040/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\win32u.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb830000 LB 0x1000 (base 00007ffaeb830000) - 'win32u.dll' 884.b80: 00007ffaeb831000-00007ffaeb83afff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\win32u.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb831000 LB 0xa000 (base 00007ffaeb830000) - 'win32u.dll' 884.b80: 00007ffaeb83b000-00007ffaeb849fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\win32u.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb83b000 LB 0xf000 (base 00007ffaeb830000) - 'win32u.dll' 884.b80: 00007ffaeb84a000-00007ffaeb84afff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\win32u.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb84a000 LB 0x1000 (base 00007ffaeb830000) - 'win32u.dll' 884.b80: 00007ffaeb84b000-00007ffaeb850fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\win32u.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb84b000 LB 0x6000 (base 00007ffaeb830000) - 'win32u.dll' 884.b80: 00007ffaeb851000-00007ffaeb85ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb860000-00007ffaeb860fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ucrtbase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb860000 LB 0x1000 (base 00007ffaeb860000) - 'ucrtbase.dll' 884.b80: 00007ffaeb861000-00007ffaeb911fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ucrtbase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb861000 LB 0xb1000 (base 00007ffaeb860000) - 'ucrtbase.dll' 884.b80: 00007ffaeb912000-00007ffaeb949fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ucrtbase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb912000 LB 0x38000 (base 00007ffaeb860000) - 'ucrtbase.dll' 884.b80: 00007ffaeb94a000-00007ffaeb94cfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ucrtbase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb94a000 LB 0x3000 (base 00007ffaeb860000) - 'ucrtbase.dll' 884.b80: 00007ffaeb94d000-00007ffaeb959fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ucrtbase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb94d000 LB 0xd000 (base 00007ffaeb860000) - 'ucrtbase.dll' 884.b80: 00007ffaeb95a000-00007ffaeb95ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb960000-00007ffaeb960fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcrypt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb960000 LB 0x1000 (base 00007ffaeb960000) - 'bcrypt.dll' 884.b80: 00007ffaeb961000-00007ffaeb979fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcrypt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb961000 LB 0x19000 (base 00007ffaeb960000) - 'bcrypt.dll' 884.b80: 00007ffaeb97a000-00007ffaeb97ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcrypt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb97a000 LB 0x6000 (base 00007ffaeb960000) - 'bcrypt.dll' 884.b80: 00007ffaeb980000-00007ffaeb980fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcrypt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb980000 LB 0x1000 (base 00007ffaeb960000) - 'bcrypt.dll' 884.b80: 00007ffaeb981000-00007ffaeb985fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcrypt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb981000 LB 0x5000 (base 00007ffaeb960000) - 'bcrypt.dll' 884.b80: 00007ffaeb986000-00007ffaeb98ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeb990000-00007ffaeb990fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\windows.storage.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb990000 LB 0x1000 (base 00007ffaeb990000) - 'windows.storage.dll' 884.b80: 00007ffaeb991000-00007ffaebed1fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\windows.storage.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeb991000 LB 0x541000 (base 00007ffaeb990000) - 'windows.storage.dll' 884.b80: 00007ffaebed2000-00007ffaec08cfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\windows.storage.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaebed2000 LB 0x1bb000 (base 00007ffaeb990000) - 'windows.storage.dll' 884.b80: 00007ffaec08d000-00007ffaec099fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\windows.storage.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec08d000 LB 0xd000 (base 00007ffaeb990000) - 'windows.storage.dll' 884.b80: 00007ffaec09a000-00007ffaec09afff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\windows.storage.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec09a000 LB 0x1000 (base 00007ffaeb990000) - 'windows.storage.dll' 884.b80: 00007ffaec09b000-00007ffaec10afff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\windows.storage.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec09b000 LB 0x70000 (base 00007ffaeb990000) - 'windows.storage.dll' 884.b80: 00007ffaec10b000-00007ffaec2cffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaec2d0000-00007ffaec2d0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcryptprimitives.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec2d0000 LB 0x1000 (base 00007ffaec2d0000) - 'bcryptprimitives.dll' 884.b80: 00007ffaec2d1000-00007ffaec337fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcryptprimitives.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec2d1000 LB 0x67000 (base 00007ffaec2d0000) - 'bcryptprimitives.dll' 884.b80: 00007ffaec338000-00007ffaec34dfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcryptprimitives.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec338000 LB 0x16000 (base 00007ffaec2d0000) - 'bcryptprimitives.dll' 884.b80: 00007ffaec34e000-00007ffaec34efff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcryptprimitives.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec34e000 LB 0x1000 (base 00007ffaec2d0000) - 'bcryptprimitives.dll' 884.b80: 00007ffaec34f000-00007ffaec353fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\bcryptprimitives.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec34f000 LB 0x5000 (base 00007ffaec2d0000) - 'bcryptprimitives.dll' 884.b80: 00007ffaec354000-00007ffaec35ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaec360000-00007ffaec360fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32full.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec360000 LB 0x1000 (base 00007ffaec360000) - 'gdi32full.dll' 884.b80: 00007ffaec361000-00007ffaec433fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32full.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec361000 LB 0xd3000 (base 00007ffaec360000) - 'gdi32full.dll' 884.b80: 00007ffaec434000-00007ffaec4d5fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32full.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec434000 LB 0xa2000 (base 00007ffaec360000) - 'gdi32full.dll' 884.b80: 00007ffaec4d6000-00007ffaec4d9fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32full.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec4d6000 LB 0x4000 (base 00007ffaec360000) - 'gdi32full.dll' 884.b80: 00007ffaec4da000-00007ffaec4dafff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32full.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec4da000 LB 0x1000 (base 00007ffaec360000) - 'gdi32full.dll' 884.b80: 00007ffaec4db000-00007ffaec4f7fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32full.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec4db000 LB 0x1d000 (base 00007ffaec360000) - 'gdi32full.dll' 884.b80: 00007ffaec4f8000-00007ffaec4fffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaec500000-00007ffaec500fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cryptsp.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec500000 LB 0x1000 (base 00007ffaec500000) - 'cryptsp.dll' 884.b80: 00007ffaec501000-00007ffaec50bfff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cryptsp.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec501000 LB 0xb000 (base 00007ffaec500000) - 'cryptsp.dll' 884.b80: 00007ffaec50c000-00007ffaec511fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cryptsp.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec50c000 LB 0x6000 (base 00007ffaec500000) - 'cryptsp.dll' 884.b80: 00007ffaec512000-00007ffaec512fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cryptsp.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec512000 LB 0x1000 (base 00007ffaec500000) - 'cryptsp.dll' 884.b80: 00007ffaec513000-00007ffaec516fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\cryptsp.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec513000 LB 0x4000 (base 00007ffaec500000) - 'cryptsp.dll' 884.b80: 00007ffaec517000-00007ffaec6cffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaec6d0000-00007ffaec6d0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\rpcrt4.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec6d0000 LB 0x1000 (base 00007ffaec6d0000) - 'rpcrt4.dll' 884.b80: 00007ffaec6d1000-00007ffaec7aefff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\rpcrt4.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec6d1000 LB 0xde000 (base 00007ffaec6d0000) - 'rpcrt4.dll' 884.b80: 00007ffaec7af000-00007ffaec7d8fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\rpcrt4.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec7af000 LB 0x2a000 (base 00007ffaec6d0000) - 'rpcrt4.dll' 884.b80: 00007ffaec7d9000-00007ffaec7dafff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\rpcrt4.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec7d9000 LB 0x2000 (base 00007ffaec6d0000) - 'rpcrt4.dll' 884.b80: 00007ffaec7db000-00007ffaec7eefff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\rpcrt4.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec7db000 LB 0x14000 (base 00007ffaec6d0000) - 'rpcrt4.dll' 884.b80: 00007ffaec7ef000-00007ffaec7effff 0x0001/0x0000 0x0000000 884.b80: *00007ffaec7f0000-00007ffaec7f0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\combase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec7f0000 LB 0x1000 (base 00007ffaec7f0000) - 'combase.dll' 884.b80: 00007ffaec7f1000-00007ffaeca0ffff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\combase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaec7f1000 LB 0x21f000 (base 00007ffaec7f0000) - 'combase.dll' 884.b80: 00007ffaeca10000-00007ffaecad2fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\combase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeca10000 LB 0xc3000 (base 00007ffaec7f0000) - 'combase.dll' 884.b80: 00007ffaecad3000-00007ffaecad8fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\combase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecad3000 LB 0x6000 (base 00007ffaec7f0000) - 'combase.dll' 884.b80: 00007ffaecad9000-00007ffaecb25fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\combase.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecad9000 LB 0x4d000 (base 00007ffaec7f0000) - 'combase.dll' 884.b80: 00007ffaecb26000-00007ffaecb2ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaecb30000-00007ffaecb30fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\sechost.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecb30000 LB 0x1000 (base 00007ffaecb30000) - 'sechost.dll' 884.b80: 00007ffaecb31000-00007ffaecb91fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\sechost.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecb31000 LB 0x61000 (base 00007ffaecb30000) - 'sechost.dll' 884.b80: 00007ffaecb92000-00007ffaecbb8fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\sechost.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecb92000 LB 0x27000 (base 00007ffaecb30000) - 'sechost.dll' 884.b80: 00007ffaecbb9000-00007ffaecbb9fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\sechost.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecbb9000 LB 0x1000 (base 00007ffaecb30000) - 'sechost.dll' 884.b80: 00007ffaecbba000-00007ffaecbbafff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\sechost.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecbba000 LB 0x1000 (base 00007ffaecb30000) - 'sechost.dll' 884.b80: 00007ffaecbbb000-00007ffaecbbcfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\sechost.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecbbb000 LB 0x2000 (base 00007ffaecb30000) - 'sechost.dll' 884.b80: 00007ffaecbbd000-00007ffaecbc6fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\sechost.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecbbd000 LB 0xa000 (base 00007ffaecb30000) - 'sechost.dll' 884.b80: 00007ffaecbc7000-00007ffaecbcffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaecbd0000-00007ffaecbd0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ole32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecbd0000 LB 0x1000 (base 00007ffaecbd0000) - 'ole32.dll' 884.b80: 00007ffaecbd1000-00007ffaecc9afff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ole32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecbd1000 LB 0xca000 (base 00007ffaecbd0000) - 'ole32.dll' 884.b80: 00007ffaecc9b000-00007ffaeccf7fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ole32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecc9b000 LB 0x5d000 (base 00007ffaecbd0000) - 'ole32.dll' 884.b80: 00007ffaeccf8000-00007ffaeccf9fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ole32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeccf8000 LB 0x2000 (base 00007ffaecbd0000) - 'ole32.dll' 884.b80: 00007ffaeccfa000-00007ffaecd26fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ole32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeccfa000 LB 0x2d000 (base 00007ffaecbd0000) - 'ole32.dll' 884.b80: 00007ffaecd27000-00007ffaecdcffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaecdd0000-00007ffaecddffff 0x0020/0x0040 0x0020000 !! 884.b80: *00007ffaecde0000-00007ffaecde0fff 0x0040/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\user32.dll 884.b80: 00007ffaecde1000-00007ffaece66fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\user32.dll 884.b80: 00007ffaece67000-00007ffaece86fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\user32.dll 884.b80: 00007ffaece87000-00007ffaece88fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\user32.dll 884.b80: 00007ffaece89000-00007ffaecf73fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\user32.dll 884.b80: 00007ffaecf74000-00007ffaecfeffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaecff0000-00007ffaecff0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcrt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecff0000 LB 0x1000 (base 00007ffaecff0000) - 'msvcrt.dll' 884.b80: 00007ffaecff1000-00007ffaed065fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcrt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaecff1000 LB 0x75000 (base 00007ffaecff0000) - 'msvcrt.dll' 884.b80: 00007ffaed066000-00007ffaed07efff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcrt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed066000 LB 0x19000 (base 00007ffaecff0000) - 'msvcrt.dll' 884.b80: 00007ffaed07f000-00007ffaed080fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcrt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed07f000 LB 0x2000 (base 00007ffaecff0000) - 'msvcrt.dll' 884.b80: 00007ffaed081000-00007ffaed083fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcrt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed081000 LB 0x3000 (base 00007ffaecff0000) - 'msvcrt.dll' 884.b80: 00007ffaed084000-00007ffaed085fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcrt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed084000 LB 0x2000 (base 00007ffaecff0000) - 'msvcrt.dll' 884.b80: 00007ffaed086000-00007ffaed086fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcrt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed086000 LB 0x1000 (base 00007ffaecff0000) - 'msvcrt.dll' 884.b80: 00007ffaed087000-00007ffaed08dfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\msvcrt.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed087000 LB 0x7000 (base 00007ffaecff0000) - 'msvcrt.dll' 884.b80: 00007ffaed08e000-00007ffaed08ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaed090000-00007ffaed090fff 0x0040/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel32.dll 884.b80: 00007ffaed091000-00007ffaed105fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel32.dll 884.b80: 00007ffaed106000-00007ffaed137fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel32.dll 884.b80: 00007ffaed138000-00007ffaed138fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel32.dll 884.b80: 00007ffaed139000-00007ffaed139fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel32.dll 884.b80: 00007ffaed13a000-00007ffaed141fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\kernel32.dll 884.b80: 00007ffaed142000-00007ffaed14ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaed150000-00007ffaed150fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\psapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed150000 LB 0x1000 (base 00007ffaed150000) - 'psapi.dll' 884.b80: 00007ffaed151000-00007ffaed151fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\psapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed151000 LB 0x1000 (base 00007ffaed150000) - 'psapi.dll' 884.b80: 00007ffaed152000-00007ffaed153fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\psapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed152000 LB 0x2000 (base 00007ffaed150000) - 'psapi.dll' 884.b80: 00007ffaed154000-00007ffaed154fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\psapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed154000 LB 0x1000 (base 00007ffaed150000) - 'psapi.dll' 884.b80: 00007ffaed155000-00007ffaed157fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\psapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed155000 LB 0x3000 (base 00007ffaed150000) - 'psapi.dll' 884.b80: 00007ffaed158000-00007ffaed22ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaed230000-00007ffaed230fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shell32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed230000 LB 0x1000 (base 00007ffaed230000) - 'shell32.dll' 884.b80: 00007ffaed231000-00007ffaed78efff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shell32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed231000 LB 0x55e000 (base 00007ffaed230000) - 'shell32.dll' 884.b80: 00007ffaed78f000-00007ffaed8a8fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shell32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed78f000 LB 0x11a000 (base 00007ffaed230000) - 'shell32.dll' 884.b80: 00007ffaed8a9000-00007ffaed8affff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shell32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed8a9000 LB 0x7000 (base 00007ffaed230000) - 'shell32.dll' 884.b80: 00007ffaed8b0000-00007ffaed8b1fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shell32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed8b0000 LB 0x2000 (base 00007ffaed230000) - 'shell32.dll' 884.b80: 00007ffaed8b2000-00007ffaed916fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shell32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed8b2000 LB 0x65000 (base 00007ffaed230000) - 'shell32.dll' 884.b80: 00007ffaed917000-00007ffaed99ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaed9a0000-00007ffaed9a0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\SHCore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed9a0000 LB 0x1000 (base 00007ffaed9a0000) - 'SHCore.dll' 884.b80: 00007ffaed9a1000-00007ffaeda11fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\SHCore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaed9a1000 LB 0x71000 (base 00007ffaed9a0000) - 'SHCore.dll' 884.b80: 00007ffaeda12000-00007ffaeda37fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\SHCore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda12000 LB 0x26000 (base 00007ffaed9a0000) - 'SHCore.dll' 884.b80: 00007ffaeda38000-00007ffaeda39fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\SHCore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda38000 LB 0x2000 (base 00007ffaed9a0000) - 'SHCore.dll' 884.b80: 00007ffaeda3a000-00007ffaeda48fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\SHCore.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda3a000 LB 0xf000 (base 00007ffaed9a0000) - 'SHCore.dll' 884.b80: 00007ffaeda49000-00007ffaeda4ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeda50000-00007ffaeda50fff 0x0040/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda50000 LB 0x1000 (base 00007ffaeda50000) - 'gdi32.dll' 884.b80: 00007ffaeda51000-00007ffaeda5cfff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda51000 LB 0xc000 (base 00007ffaeda50000) - 'gdi32.dll' 884.b80: 00007ffaeda5d000-00007ffaeda6ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda5d000 LB 0x13000 (base 00007ffaeda50000) - 'gdi32.dll' 884.b80: 00007ffaeda70000-00007ffaeda70fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda70000 LB 0x1000 (base 00007ffaeda50000) - 'gdi32.dll' 884.b80: 00007ffaeda71000-00007ffaeda75fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\gdi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda71000 LB 0x5000 (base 00007ffaeda50000) - 'gdi32.dll' 884.b80: 00007ffaeda76000-00007ffaeda7ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaeda80000-00007ffaeda80fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shlwapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda80000 LB 0x1000 (base 00007ffaeda80000) - 'shlwapi.dll' 884.b80: 00007ffaeda81000-00007ffaedaaafff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shlwapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaeda81000 LB 0x2a000 (base 00007ffaeda80000) - 'shlwapi.dll' 884.b80: 00007ffaedaab000-00007ffaedacafff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shlwapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedaab000 LB 0x20000 (base 00007ffaeda80000) - 'shlwapi.dll' 884.b80: 00007ffaedacb000-00007ffaedacbfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shlwapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedacb000 LB 0x1000 (base 00007ffaeda80000) - 'shlwapi.dll' 884.b80: 00007ffaedacc000-00007ffaedad1fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\shlwapi.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedacc000 LB 0x6000 (base 00007ffaeda80000) - 'shlwapi.dll' 884.b80: 00007ffaedad2000-00007ffaedafffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaedb00000-00007ffaedb00fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\advapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedb00000 LB 0x1000 (base 00007ffaedb00000) - 'advapi32.dll' 884.b80: 00007ffaedb01000-00007ffaedb5ffff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\advapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedb01000 LB 0x5f000 (base 00007ffaedb00000) - 'advapi32.dll' 884.b80: 00007ffaedb60000-00007ffaedb94fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\advapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedb60000 LB 0x35000 (base 00007ffaedb00000) - 'advapi32.dll' 884.b80: 00007ffaedb95000-00007ffaedb95fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\advapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedb95000 LB 0x1000 (base 00007ffaedb00000) - 'advapi32.dll' 884.b80: 00007ffaedb96000-00007ffaedb96fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\advapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedb96000 LB 0x1000 (base 00007ffaedb00000) - 'advapi32.dll' 884.b80: 00007ffaedb97000-00007ffaedb98fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\advapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedb97000 LB 0x2000 (base 00007ffaedb00000) - 'advapi32.dll' 884.b80: 00007ffaedb99000-00007ffaedb99fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\advapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedb99000 LB 0x1000 (base 00007ffaedb00000) - 'advapi32.dll' 884.b80: 00007ffaedb9a000-00007ffaedba2fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\advapi32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedb9a000 LB 0x9000 (base 00007ffaedb00000) - 'advapi32.dll' 884.b80: 00007ffaedba3000-00007ffaedbaffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaedbb0000-00007ffaedbb0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\oleaut32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedbb0000 LB 0x1000 (base 00007ffaedbb0000) - 'oleaut32.dll' 884.b80: 00007ffaedbb1000-00007ffaedc3dfff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\oleaut32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedbb1000 LB 0x8d000 (base 00007ffaedbb0000) - 'oleaut32.dll' 884.b80: 00007ffaedc3e000-00007ffaedc63fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\oleaut32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedc3e000 LB 0x26000 (base 00007ffaedbb0000) - 'oleaut32.dll' 884.b80: 00007ffaedc64000-00007ffaedc66fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\oleaut32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedc64000 LB 0x3000 (base 00007ffaedbb0000) - 'oleaut32.dll' 884.b80: 00007ffaedc67000-00007ffaedc74fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\oleaut32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaedc67000 LB 0xe000 (base 00007ffaedbb0000) - 'oleaut32.dll' 884.b80: 00007ffaedc75000-00007ffaee25ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaee260000-00007ffaee260fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\imm32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaee260000 LB 0x1000 (base 00007ffaee260000) - 'imm32.dll' 884.b80: 00007ffaee261000-00007ffaee27cfff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\imm32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaee261000 LB 0x1c000 (base 00007ffaee260000) - 'imm32.dll' 884.b80: 00007ffaee27d000-00007ffaee283fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\imm32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaee27d000 LB 0x7000 (base 00007ffaee260000) - 'imm32.dll' 884.b80: 00007ffaee284000-00007ffaee284fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\imm32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaee284000 LB 0x1000 (base 00007ffaee260000) - 'imm32.dll' 884.b80: 00007ffaee285000-00007ffaee28dfff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\imm32.dll 884.b80: supHardNtVpScanVirtualMemory: Ignoring unknown mem at 00007ffaee285000 LB 0x9000 (base 00007ffaee260000) - 'imm32.dll' 884.b80: 00007ffaee28e000-00007ffaee47ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaee480000-00007ffaee480fff 0x0040/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee481000-00007ffaee597fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee598000-00007ffaee5defff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5df000-00007ffaee5dffff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5e0000-00007ffaee5e1fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5e2000-00007ffaee5eafff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5eb000-00007ffaee66ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee670000-00007ffffffeffff 0x0001/0x0000 0x0000000 884.b80: kernel32.dll: timestamp 0xbba1b5fe (rc=VINF_SUCCESS) 884.b80: user32.dll: timestamp 0xbcb1fcd3 (rc=VINF_SUCCESS) 884.b80: kernelbase.dll: timestamp 0x62b4f97e (rc=VINF_SUCCESS) 884.b80: VBoxHeadless.exe: timestamp 0x5ebc4e33 (rc=VINF_SUCCESS) 884.b80: '\Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe' has no imports 884.b80: '\Device\HarddiskVolume3\Windows\System32\ntdll.dll' has no imports 884.b80: ntdll.dll: Differences in section #0 (headers) between file and memory: 884.b80: 00007ffaee48001c / 0x000001c: 00 != 44 884.b80: 00007ffaee48001d / 0x000001d: 00 != 65 884.b80: 00007ffaee48001e / 0x000001e: 00 != 74 884.b80: 00007ffaee48001f / 0x000001f: 00 != 6f 884.b80: 00007ffaee480020 / 0x0000020: 00 != 75 884.b80: 00007ffaee480021 / 0x0000021: 00 != 72 884.b80: 00007ffaee480022 / 0x0000022: 00 != 73 884.b80: 00007ffaee480023 / 0x0000023: 00 != 21 884.b80: Restored 0x400 bytes of original file content at 00007ffaee480000 884.b80: ntdll.dll: Differences in section #0 (headers) between file and memory: 884.b80: 00007ffaee480ff0 / 0x0000ff0: 00 != 7a 884.b80: 00007ffaee480ff1 / 0x0000ff1: 00 != 9c 884.b80: 00007ffaee480ff2 / 0x0000ff2: 00 != 77 884.b80: 00007ffaee480ff3 / 0x0000ff3: 00 != b2 884.b80: 00007ffaee480ff4 / 0x0000ff4: 00 != b9 884.b80: 00007ffaee480ff5 / 0x0000ff5: 00 != 32 884.b80: 00007ffaee480ff6 / 0x0000ff6: 00 != d2 884.b80: 00007ffaee480ff7 / 0x0000ff7: 00 != af 884.b80: 00007ffaee480ff8 / 0x0000ff8: 00 != 24 884.b80: 00007ffaee480ff9 / 0x0000ff9: 00 != 68 884.b80: 00007ffaee480ffa / 0x0000ffa: 00 != 39 884.b80: 00007ffaee480ffb / 0x0000ffb: 00 != 47 884.b80: Restored 0xc00 bytes of original file content at 00007ffaee480400 884.b80: ntdll.dll: Differences in section #1 (.text) between file and memory: 884.b80: 00007ffaee520520 / 0x00a0520: 4c != e9 884.b80: 00007ffaee520521 / 0x00a0521: 8b != 83 884.b80: 00007ffaee520522 / 0x00a0522: d1 != 00 884.b80: 00007ffaee520523 / 0x00a0523: b8 != 8b 884.b80: 00007ffaee520524 / 0x00a0524: b5 != fe 884.b80: 00007ffaee520525 / 0x00a0525: 01 != cc 884.b80: 00007ffaee520526 / 0x00a0526: 00 != cc 884.b80: 00007ffaee520527 / 0x00a0527: 00 != cc 884.b80: Restored 0xa92 bytes of original file content at 00007ffaee52004e 884.b80: kernel32.dll: Differences in section #0 (headers) between file and memory: 884.b80: 00007ffaed09001c / 0x000001c: 00 != 44 884.b80: 00007ffaed09001d / 0x000001d: 00 != 65 884.b80: 00007ffaed09001e / 0x000001e: 00 != 74 884.b80: 00007ffaed09001f / 0x000001f: 00 != 6f 884.b80: 00007ffaed090020 / 0x0000020: 00 != 75 884.b80: 00007ffaed090021 / 0x0000021: 00 != 72 884.b80: 00007ffaed090022 / 0x0000022: 00 != 73 884.b80: 00007ffaed090023 / 0x0000023: 00 != 21 884.b80: Restored 0x400 bytes of original file content at 00007ffaed090000 884.b80: kernel32.dll: Differences in section #0 (headers) between file and memory: 884.b80: 00007ffaed090ff0 / 0x0000ff0: 00 != 7a 884.b80: 00007ffaed090ff1 / 0x0000ff1: 00 != 9c 884.b80: 00007ffaed090ff2 / 0x0000ff2: 00 != 77 884.b80: 00007ffaed090ff3 / 0x0000ff3: 00 != b2 884.b80: 00007ffaed090ff4 / 0x0000ff4: 00 != b9 884.b80: 00007ffaed090ff5 / 0x0000ff5: 00 != 32 884.b80: 00007ffaed090ff6 / 0x0000ff6: 00 != d3 884.b80: 00007ffaed090ff7 / 0x0000ff7: 00 != af 884.b80: 00007ffaed090ff8 / 0x0000ff8: 00 != 24 884.b80: 00007ffaed090ff9 / 0x0000ff9: 00 != 68 884.b80: 00007ffaed090ffa / 0x0000ffa: 00 != 39 884.b80: 00007ffaed090ffb / 0x0000ffb: 00 != 47 884.b80: Restored 0xc00 bytes of original file content at 00007ffaed090400 884.b80: kernel32.dll: Differences in section #1 (.text) between file and memory: 884.b80: 00007ffaed0aa1f0 / 0x001a1f0: 48 != e9 884.b80: 00007ffaed0aa1f1 / 0x001a1f1: ff != 43 884.b80: 00007ffaed0aa1f2 / 0x001a1f2: 25 != 63 884.b80: 00007ffaed0aa1f3 / 0x001a1f3: 01 != d2 884.b80: 00007ffaed0aa1f4 / 0x001a1f4: e4 != ff 884.b80: 00007ffaed0aa1f5 / 0x001a1f5: 05 != cc 884.b80: 00007ffaed0aa1f6 / 0x001a1f6: 00 != cc 884.b80: Restored 0x2000 bytes of original file content at 00007ffaed0a9000 884.b80: kernel32.dll: Differences in section #1 (.text) between file and memory: 884.b80: 00007ffaed0aee30 / 0x001ee30: 48 != e9 884.b80: 00007ffaed0aee31 / 0x001ee31: ff != 3b 884.b80: 00007ffaed0aee32 / 0x001ee32: 25 != 17 884.b80: 00007ffaed0aee33 / 0x001ee33: 21 != d2 884.b80: 00007ffaed0aee34 / 0x001ee34: 97 != ff 884.b80: 00007ffaed0aee35 / 0x001ee35: 05 != cc 884.b80: 00007ffaed0aee36 / 0x001ee36: 00 != cc 884.b80: Restored 0x2000 bytes of original file content at 00007ffaed0ad000 884.b80: supR3HardenedWinVerifyCacheScheduleImports: Import todo: #0 'win32u.dll'. 884.b80: supR3HardenedWinVerifyCacheScheduleImports: Import todo: #34 'gdi32.dll'. 884.b80: supHardNtVpGetImport: Failed to find symbol 0xffffffff / 'NtUserRegisterClassExWOW' in 'win32u.dll': Unknown Status -610 (0xfffffd9e) 884.b80: Error (rc=-5629): 884.b80: RTLdrGetBits failed on image user32.dll: Unknown Status -610 (0xfffffd9e) 884.b80: supR3HardenedWinInit: SUPHARDNTVPKIND_SELF_PURIFICATION_LIMITED -> Unknown Status -5629 (0xffffea03), cFixes=7 884.b80: '\Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe' has no imports 884.b80: supHardenedWinVerifyImageByHandle: -> 0 (\Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe) 884.b80: supR3HardNtEnableThreadCreationEx: 884.b80: supR3HardNtDisableThreadCreation: pvLdrInitThunk=00007ffaee4f2040 pvNtTerminateThread=00007ffaee51d8f0 884.b80: supR3HardenedWinDoReSpawn(1): New child 35008.1e304 [kernel32]. 884.b80: supR3HardNtChildGatherData: PebBaseAddress=0000000000656000 cbPeb=0x388 884.b80: supR3HardNtPuChFindNtdll: uNtDllParentAddr=00007ffaee480000 uNtDllChildAddr=00007ffaee480000 884.b80: supR3HardenedWinSetupChildInit: uLdrInitThunk=00007ffaee4f2040 884.b80: supR3HardenedWinSetupChildInit: Start child. 884.b80: supR3HardNtChildWaitFor: Found expected request 0 (PurifyChildAndCloseHandles) after 1 ms. 884.b80: supR3HardNtChildPurify: Startup delay kludge #1/0: 261 ms, 29 sleeps 884.b80: supHardNtVpScanVirtualMemory: enmKind=CHILD_PURIFICATION 884.b80: *0000000000000000-00000000004dffff 0x0001/0x0000 0x0000000 884.b80: *00000000004e0000-00000000004fffff 0x0004/0x0004 0x0020000 884.b80: *0000000000500000-000000000051afff 0x0002/0x0002 0x0040000 884.b80: 000000000051b000-000000000051ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000520000-0000000000523fff 0x0002/0x0002 0x0040000 884.b80: 0000000000524000-000000000052ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000530000-0000000000531fff 0x0004/0x0004 0x0020000 884.b80: 0000000000532000-000000000054ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000550000-0000000000551fff 0x0040/0x0040 0x0020000 !! 884.b80: supHardNtVpFreeOrReplacePrivateExecMemory: Freeing exec mem at 0000000000550000 (LB 0x2000, 0000000000550000 LB 0x2000) 884.b80: 000000000250f430 0000: 40 57 48 83 ec 60 48 8d-44 24 40 66 c7 00 10 00 @WH..`H.D$@f.... 000000000250f440 0010: 66 c7 40 02 12 00 48 bb-60 00 55 00 00 00 00 00 f.@...H.`.U..... 000000000250f450 0020: 48 89 58 08 48 bb 72 00-55 00 00 00 00 00 48 89 H.X.H.r.U.....H. 000000000250f460 0030: 0b 4c 8d 4c 24 50 4c 8d-44 24 40 33 d2 33 c9 48 .L.L$PL.D$@3.3.H 000000000250f470 0040: c7 44 24 50 00 00 00 00-48 bb 00 16 4a ee fa 7f .D$P....H...J... 000000000250f480 0050: 00 00 e9 23 00 00 00 90-90 90 90 90 90 90 90 90 ...#............ 000000000250f490 0060: 66 00 5f 00 69 00 6d 00-2e 00 64 00 6c 00 6c 00 f._.i.m...d.l.l. 000000000250f4a0 0070: 00 00 00 00 00 00 00 00-00 00 ff d3 48 bb 72 00 ............H.r. 000000000250f4b0 0080: 55 00 00 00 00 00 48 8b-0b 48 83 c4 60 5f 48 b8 U.....H..H..`_H. 000000000250f4c0 0090: 00 d7 4e ee fa 7f 00 00-ff e0 90 00 00 00 00 00 ..N............. 000000000250f4d0 00a0: 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 ................ **************** **** <ditto x 4> 000000000250f520 00f0: 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 ................ 884.b80: supHardNtVpFreeOrReplacePrivateExecMemory: Free attempt #1 succeeded: 0x0 [0000000000550000/0000000000550000 LB 0/0x2000] 884.b80: supHardNtVpFreeOrReplacePrivateExecMemory: QVM after free 0: [0000000000000000]/0000000000550000 LB 0xb0000 s=0x10000 ap=0x0 rp=0x3136432d00000001 884.b80: 0000000000552000-00000000005fffff 0x0001/0x0000 0x0000000 884.b80: *0000000000600000-0000000000655fff 0x0000/0x0004 0x0020000 884.b80: 0000000000656000-0000000000658fff 0x0004/0x0004 0x0020000 884.b80: 0000000000659000-00000000007fffff 0x0000/0x0004 0x0020000 884.b80: *0000000000800000-00000000008fafff 0x0000/0x0004 0x0020000 884.b80: 00000000008fb000-00000000008fdfff 0x0104/0x0004 0x0020000 884.b80: 00000000008fe000-00000000008fffff 0x0004/0x0004 0x0020000 884.b80: 0000000000900000-000000007ffdffff 0x0001/0x0000 0x0000000 884.b80: *000000007ffe0000-000000007ffe0fff 0x0002/0x0002 0x0020000 884.b80: 000000007ffe1000-000000007ffe5fff 0x0001/0x0000 0x0000000 884.b80: *000000007ffe6000-000000007ffe6fff 0x0002/0x0002 0x0020000 884.b80: 000000007ffe7000-00007ff5644bffff 0x0001/0x0000 0x0000000 884.b80: *00007ff5644c0000-00007ff5644c0fff 0x0002/0x0002 0x0040000 884.b80: 00007ff5644c1000-00007ff5644cffff 0x0001/0x0000 0x0000000 884.b80: *00007ff5644d0000-00007ff564502fff 0x0002/0x0002 0x0040000 884.b80: 00007ff564503000-00007ff60568ffff 0x0001/0x0000 0x0000000 884.b80: *00007ff605690000-00007ff605690fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605691000-00007ff605702fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605703000-00007ff605703fff 0x0080/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605704000-00007ff60574afff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff60574b000-00007ff60574bfff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff60574c000-00007ff60574cfff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff60574d000-00007ff605751fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605752000-00007ff605752fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605753000-00007ff605753fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605754000-00007ff605757fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605758000-00007ff60579ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff6057a0000-00007ffaee47ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaee480000-00007ffaee480fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee481000-00007ffaee597fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee598000-00007ffaee5defff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5df000-00007ffaee5eafff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5eb000-00007ffaee5f9fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5fa000-00007ffaee5fafff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5fb000-00007ffaee5fdfff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5fe000-00007ffaee66ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee670000-00007ffffffeffff 0x0001/0x0000 0x0000000 884.b80: supR3HardNtChildPurify: cFixes=1 g_fSupAdversaries=0x80000000 884.b80: supR3HardNtChildPurify: Startup delay kludge #1/1: 520 ms, 58 sleeps 884.b80: supHardNtVpScanVirtualMemory: enmKind=CHILD_PURIFICATION 884.b80: *0000000000000000-00000000004dffff 0x0001/0x0000 0x0000000 884.b80: *00000000004e0000-00000000004fffff 0x0004/0x0004 0x0020000 884.b80: *0000000000500000-000000000051afff 0x0002/0x0002 0x0040000 884.b80: 000000000051b000-000000000051ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000520000-0000000000523fff 0x0002/0x0002 0x0040000 884.b80: 0000000000524000-000000000052ffff 0x0001/0x0000 0x0000000 884.b80: *0000000000530000-0000000000531fff 0x0004/0x0004 0x0020000 884.b80: 0000000000532000-00000000005fffff 0x0001/0x0000 0x0000000 884.b80: *0000000000600000-0000000000655fff 0x0000/0x0004 0x0020000 884.b80: 0000000000656000-0000000000658fff 0x0004/0x0004 0x0020000 884.b80: 0000000000659000-00000000007fffff 0x0000/0x0004 0x0020000 884.b80: *0000000000800000-00000000008fafff 0x0000/0x0004 0x0020000 884.b80: 00000000008fb000-00000000008fdfff 0x0104/0x0004 0x0020000 884.b80: 00000000008fe000-00000000008fffff 0x0004/0x0004 0x0020000 884.b80: 0000000000900000-000000007ffdffff 0x0001/0x0000 0x0000000 884.b80: *000000007ffe0000-000000007ffe0fff 0x0002/0x0002 0x0020000 884.b80: 000000007ffe1000-000000007ffe5fff 0x0001/0x0000 0x0000000 884.b80: *000000007ffe6000-000000007ffe6fff 0x0002/0x0002 0x0020000 884.b80: 000000007ffe7000-00007ff5644bffff 0x0001/0x0000 0x0000000 884.b80: *00007ff5644c0000-00007ff5644c0fff 0x0002/0x0002 0x0040000 884.b80: 00007ff5644c1000-00007ff5644cffff 0x0001/0x0000 0x0000000 884.b80: *00007ff5644d0000-00007ff564502fff 0x0002/0x0002 0x0040000 884.b80: 00007ff564503000-00007ff60568ffff 0x0001/0x0000 0x0000000 884.b80: *00007ff605690000-00007ff605690fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605691000-00007ff605702fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605703000-00007ff605703fff 0x0040/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605704000-00007ff60574afff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff60574b000-00007ff605757fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff605758000-00007ff60579ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: 00007ff6057a0000-00007ffaee47ffff 0x0001/0x0000 0x0000000 884.b80: *00007ffaee480000-00007ffaee480fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee481000-00007ffaee597fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee598000-00007ffaee5defff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5df000-00007ffaee5e2fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5e3000-00007ffaee5eafff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5eb000-00007ffaee5f9fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5fa000-00007ffaee5fafff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5fb000-00007ffaee5fdfff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee5fe000-00007ffaee66ffff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll 884.b80: 00007ffaee670000-00007ffffffeffff 0x0001/0x0000 0x0000000 884.b80: supR3HardNtChildPurify: Done after 803 ms and 1 fixes (loop #1). 35008.1e304: Log file opened: 5.2.42r137960 g_hStartupLog=0000000000000008 g_uNtVerCombined=0xa047bb00 35008.1e304: supR3HardenedVmProcessInit: uNtDllAddr=00007ffaee480000 g_uNtVerCombined=0xa047bb00 35008.1e304: ntdll.dll: timestamp 0x418df01d (rc=VINF_SUCCESS) 35008.1e304: New simple heap: #1 0000000000a00000 LB 0x400000 (for 2031616 allocation) 884.b80: supR3HardNtEnableThreadCreationEx: 35008.1e304: supR3HardenedWinInitAppBin(0x0): '\Device\HarddiskVolume3\Program Files\Oracle\VirtualBox' 35008.1e304: System32: \Device\HarddiskVolume3\Windows\System32 35008.1e304: WinSxS: \Device\HarddiskVolume3\Windows\WinSxS 35008.1e304: KnownDllPath: C:\WINDOWS\System32 35008.1e304: supR3HardenedVmProcessInit: Opening vboxdrv stub... 35008.1e304: supR3HardenedVmProcessInit: Restoring LdrInitializeThunk... 35008.1e304: supR3HardenedVmProcessInit: Returning to LdrInitializeThunk... 35008.1e304: Registered Dll notification callback with NTDLL. 35008.1e304: supHardenedWinVerifyImageByHandle: -> 0 (\Device\HarddiskVolume3\Windows\System32\kernel32.dll) 35008.1e304: supR3HardenedWinVerifyCacheInsert: \Device\HarddiskVolume3\Windows\System32\kernel32.dll 35008.1e304: supR3HardenedMonitor_LdrLoadDll: pName=C:\WINDOWS\System32\KERNEL32.DLL (Input=KERNEL32.DLL, rcNtResolve=0xc0150008) *pfFlags=0xffffffff pwszSearchPath=0000000000004001:<flags> [calling] 35008.1e304: supR3HardenedDllNotificationCallback: load 00007ffaeb580000 LB 0x002a6000 C:\WINDOWS\System32\KERNELBASE.dll [fFlags=0x0] 35008.1e304: supHardenedWinVerifyImageByHandle: -> 0 (\Device\HarddiskVolume3\Windows\System32\KernelBase.dll) 35008.1e304: supR3HardenedWinVerifyCacheInsert: \Device\HarddiskVolume3\Windows\System32\KernelBase.dll 35008.1e304: supR3HardenedDllNotificationCallback: load 00007ffaed090000 LB 0x000b2000 C:\WINDOWS\System32\KERNEL32.DLL [fFlags=0x0] 35008.1e304: supR3HardenedScreenImage/LdrLoadDll: cache hit (VINF_SUCCESS) on \Device\HarddiskVolume3\Windows\System32\kernel32.dll [lacks WinVerifyTrust] 35008.1e304: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ffaed090000 'C:\WINDOWS\System32\KERNEL32.DLL' 35008.1e304: supR3HardenedDllNotificationCallback: load 00007ff605690000 LB 0x00110000 C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe [fFlags=0x0] 35008.1e304: '\Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe' has no imports 35008.1e304: supHardenedWinVerifyImageByHandle: -> 0 (\Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe) 35008.1e304: supR3HardenedWinVerifyCacheInsert: \Device\HarddiskVolume3\Program Files\Oracle\VirtualBox\VBoxHeadless.exe 884.b80: supR3HardNtChildWaitFor[1]: Quitting: ExitCode=0xc0000005 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 202 ms, CloseEvents); 해보세요. 다시 설치해도 이에러가 뜨는데;; - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.
-
미해결딥러닝 CNN 완벽 가이드 - TFKeras 버전
cut mix 질문 다시 드립니다.
안녕하세요 교수님 저번에 cutmix에 대해 질문한 학생입니다. 추천해주신 링크를 봤는데 cutmix가 generator안에 들어가서 쓰이는데 PlantDataset()에 들어가는게 맞나요? 또한 cutmix를 한 이미지 라벨을 확률적으로 큰 것을 배정해준다고 봤는데 이를 어떻게 배정해주는 것인지 궁금합니다... 수업 이외의 질문을 해서 죄송합니다
-
미해결비전공자를 위한 진짜 입문 올인원 개발 부트캠프
에러 원인을 못 찾고 있습니다...!
메인에서 상품 클릭하고 텍스트가 노출되는 이전 강의까지는 괜찮았는데, 이번 강의를 진행하면서 아래와 같은 에러코드가 노출되며 불러오지 못하고 있는데요, 고치지를 못하겠네요...어떻게 고칠 수 있을까요?