flat assembler
Message board for the users of flat assembler.
Index
> Windows > Running fasm Code in a Windows Kernel Mode Driver Goto page Previous 1, 2 |
Author |
|
HyperVista 23 Feb 2007, 16:56
Thanks vid! I'll give that a try first thing when I get home tonight (it's not even lunch time here in my timezone).
P.S. - wow, that was your 3,500th post! |
|||
23 Feb 2007, 16:56 |
|
vid 23 Feb 2007, 17:09
Quote: P.S. - wow, that was your 3,500th post! PS: what is your time shift against central european time (UTC+1) ? (i am lazy to find out myself...) |
|||
23 Feb 2007, 17:09 |
|
vid 23 Feb 2007, 17:15
my proposal would be COFF-specific directive "symbol" for placing symbol into symbol table. It would allow definitions of absolute symbols directly by value, and would allow flags to be specified:
Code: symbol 0FFFFh:1,0,3 as "@feat.00" ;full-featured definition symbol 1, 0, 3 as "@feat.00" ;same as previous @feat.00=1 symbol @feat.00,0,3 ;same as previous symbol @feat.00,0,2 ;same as "public @feat.00" ... etc ... such feature would even make it possible to provide some debugging information with macros |
|||
23 Feb 2007, 17:15 |
|
HyperVista 23 Feb 2007, 18:08
Quote: what is your time shift against central european time (UTC+1) ? UTC -5 |
|||
23 Feb 2007, 18:08 |
|
vid 25 Feb 2007, 16:22
so... did you try it?
|
|||
25 Feb 2007, 16:22 |
|
rugxulo 26 Feb 2007, 00:38
He can't ... he's got to wait a few hours before he can read the posts here. (Sorry for being off-topic, but I'm a ham.)
|
|||
26 Feb 2007, 00:38 |
|
vid 26 Feb 2007, 12:10
Quote: He can't ... he's got to wait a few hours before he can read the posts here somehow, i am not getting your humor. Even if we did take time difference into account, it's 2 days, not few hours |
|||
26 Feb 2007, 12:10 |
|
HyperVista 26 Feb 2007, 13:10
vid - my sincere apologies for not responding sooner. I had a minor "crisis" at work on Friday and I didn't get home until very late. Saturday I was celebrating my daughter's 12th Brithday (a hord of other 12 yr. old girls and an evening out at a local roller skating rink, followed by a spirited sleep over, which was NOT condusive to programming). Yesterday we had an unexpected heavy snow/ice storm and spend a good portion of the day shoveling the driveway and sidewalk with my son.
The good news is, your suggested hex edit worked!! [edit] Here's what your handy work looks like in action Oh, and SOURCES file does NOT include "NO_SAFESEH=1" statement. Code: TARGETNAME=hypervista TARGETPATH=.\lib TARGETTYPE=DRIVER TARGETLIBS= myrdmsr.lib SOURCES=safesehtestdriver.c Last edited by HyperVista on 26 Feb 2007, 14:20; edited 2 times in total |
|||
26 Feb 2007, 13:10 |
|
vid 26 Feb 2007, 13:32
no problem, i just warned you whether you haven't forgotten. it was unexpectedly snowing here too, but not that much
Quote: The good news is, your suggested hex edit worked!! That means we should convice Tomasz to add some feature to exporting any kind of symbol in COFF and MS-COFF. I think this would suit FASM "philosophy" pretty well, and it would also make it possible to provide some symbolic information with macros! |
|||
26 Feb 2007, 13:32 |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.