⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hellobug2.map

📁 通过VC源代码
💻 MAP
字号:
 HelloBug2

 Timestamp is 3704596a (Fri Apr 02 00:45:14 1999)

 Preferred load address is 00010000

 Start         Length     Name                   Class
 0001:00000000 00000040H .idata$5                CODE
 0001:00000040 00000054H .rdata                  CODE
 0001:000000a0 00000c3aH .text                   CODE
 0002:00000000 00000014H .idata$2                CODE
 0002:00000014 00000014H .idata$3                CODE
 0002:00000028 00000040H .idata$4                CODE
 0002:00000068 00000142H .idata$6                CODE

  Address         Publics by Value              Rva+Base     Lib:Object

 0001:00000000       __imp__IoDisconnectInterrupt@4 00010240     ntoskrnl:ntoskrnl.exe
 0001:00000004       __imp__IoCreateSymbolicLink@8 00010244     ntoskrnl:ntoskrnl.exe
 0001:00000008       __imp__IoCreateDevice@28   00010248     ntoskrnl:ntoskrnl.exe
 0001:0000000c       __imp__RtlInitUnicodeString@8 0001024c     ntoskrnl:ntoskrnl.exe
 0001:00000010       __imp__DbgBreakPoint@0     00010250     ntoskrnl:ntoskrnl.exe
 0001:00000014       __imp__DbgPrint            00010254     ntoskrnl:ntoskrnl.exe
 0001:00000018       __imp_@IofCompleteRequest@8 00010258     ntoskrnl:ntoskrnl.exe
 0001:0000001c       __imp__IoDeleteSymbolicLink@4 0001025c     ntoskrnl:ntoskrnl.exe
 0001:00000020       __imp__IoDeleteDevice@4    00010260     ntoskrnl:ntoskrnl.exe
 0001:00000024       __imp__RtlQueryRegistryValues@20 00010264     ntoskrnl:ntoskrnl.exe
 0001:00000028       __imp__ExFreePool@4        00010268     ntoskrnl:ntoskrnl.exe
 0001:0000002c       __imp__memmove             0001026c     ntoskrnl:ntoskrnl.exe
 0001:00000030       __imp__ExAllocatePoolWithTag@12 00010270     ntoskrnl:ntoskrnl.exe
 0001:00000034       __imp__RtlAppendUnicodeToString@8 00010274     ntoskrnl:ntoskrnl.exe
 0001:00000038       __imp__RtlCopyUnicodeString@8 00010278     ntoskrnl:ntoskrnl.exe
 0001:0000003c       \177ntoskrnl_NULL_THUNK_DATA 0001027c     ntoskrnl:ntoskrnl.exe
 0001:000001f1       _DriverEntry@8             00010431 f   helloworld.obj
 0001:000003fa       _HelloWorldOpen@8          0001063a f   helloworld.obj
 0001:0000045a       _HelloWorldClose@8         0001069a f   helloworld.obj
 0001:00000587       _HelloWorldDeviceControl@8 000107c7 f   helloworld.obj
 0001:000006bc       _HelloWorldUnload@4        000108fc f   helloworld.obj
 0001:0000093e       _helloReadRegistry@20      00010b7e f   readreg.obj
 0001:00000bf0       _initParameterDevicePath@16 00010e30 f   readreg.obj
 0001:00000cce       _DbgBreakPoint@0           00010f0e f   ntoskrnl:ntoskrnl.exe
 0001:00000cd4       _DbgPrint                  00010f14 f   ntoskrnl:ntoskrnl.exe
 0002:00000000       __IMPORT_DESCRIPTOR_ntoskrnl 00010f20     ntoskrnl:ntoskrnl.exe
 0002:00000014       __NULL_IMPORT_DESCRIPTOR   00010f34     ntoskrnl:ntoskrnl.exe

 entry point at        0001:000001f1

 Static symbols


Line numbers for objd\i386\readreg.obj(e:\proj\drivercourse\labs\lab1hellobug2\readreg.c) segment .text

    56 0001:0000093e    62 0001:00000948    63 0001:0000094f    64 0001:00000956
    65 0001:0000095d    67 0001:00000964    76 0001:0000096b    83 0001:00000984
    86 0001:0000099f    89 0001:000009ae    90 0001:000009c0    92 0001:000009d1
    96 0001:000009df    97 0001:000009e8   106 0001:000009f1   107 0001:00000a05
   109 0001:00000a0f   111 0001:00000a1c   113 0001:00000a2b   114 0001:00000a41
   116 0001:00000a61   117 0001:00000a6b   118 0001:00000a75   119 0001:00000a7e
   120 0001:00000a88   121 0001:00000a91   123 0001:00000a9b   124 0001:00000aa2
   125 0001:00000aa9   126 0001:00000aaf   127 0001:00000ab6   128 0001:00000abc
   130 0001:00000ac3   131 0001:00000aca   132 0001:00000ad1   133 0001:00000ad7
   134 0001:00000ade   135 0001:00000ae4   142 0001:00000aeb   147 0001:00000b15
   148 0001:00000b22   149 0001:00000b2b   150 0001:00000b34   152 0001:00000b3b
   154 0001:00000b3d   160 0001:00000b44   163 0001:00000b4e   164 0001:00000b67
   165 0001:00000b7f   166 0001:00000b97   168 0001:00000baf   169 0001:00000bb2
   178 0001:00000bf0   179 0001:00000bf6   186 0001:00000bfd   197 0001:00000c0a
   198 0001:00000c1c   199 0001:00000c3c   200 0001:00000c4a   203 0001:00000c59
   204 0001:00000c6b   205 0001:00000c8b   217 0001:00000c99   218 0001:00000caf
   220 0001:00000cc5   221 0001:00000cc8

Line numbers for objd\i386\helloworld.obj(e:\proj\drivercourse\labs\lab1hellobug2\helloworld.c) segment .text

    54 0001:000001f1    60 0001:000001f7    75 0001:000001fe    76 0001:00000205
    78 0001:0000020c    79 0001:00000213    84 0001:0000021a    86 0001:00000228
    93 0001:0000023a    97 0001:00000256   104 0001:00000268   106 0001:0000026e
   112 0001:00000273   126 0001:00000282   128 0001:0000029f   131 0001:000002a5
   132 0001:000002b7   133 0001:000002be   135 0001:000002c6   136 0001:000002cf
   138 0001:000002d7   144 0001:000002e0   145 0001:000002e9   146 0001:000002f8
   147 0001:00000301   149 0001:0000030a   150 0001:00000313   151 0001:0000031c
   159 0001:00000325   160 0001:0000032f   161 0001:00000339   163 0001:00000343
   189 0001:0000034d   213 0001:0000035f   218 0001:0000036e   224 0001:0000037d
   226 0001:0000038e   228 0001:00000394   230 0001:000003a6   231 0001:000003b3
   238 0001:000003b8   241 0001:000003ca   242 0001:000003cd   247 0001:000003fa
   248 0001:000003fd   264 0001:0000040f   265 0001:00000419   267 0001:00000423
   269 0001:0000042e   270 0001:00000430   275 0001:0000045a   277 0001:0000045d
   291 0001:0000046f   292 0001:00000479   296 0001:00000483   298 0001:0000048e
   299 0001:00000490   315 0001:00000587   316 0001:0000058d   328 0001:00000594
   330 0001:000005a6   331 0001:000005af   333 0001:000005b8   334 0001:000005c1
   339 0001:000005ca   342 0001:000005f0   344 0001:00000602   347 0001:00000604
   350 0001:00000616   352 0001:00000618   354 0001:0000062a   357 0001:0000062c
   360 0001:00000633   365 0001:00000645   366 0001:0000064e   368 0001:00000658
   371 0001:00000663   372 0001:00000666   375 0001:000006bc   380 0001:000006c2
   391 0001:000006ce   402 0001:000006e0   427 0001:000006ed   433 0001:000006fc
   439 0001:00000706   440 0001:00000713

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -