Yes, when using the format MS COFF, also throws the same errorfirace wrote:I guess that's why it won't work in PB, which only uses the MS COFF format IIRC.
Search found 6 matches
- Tue Aug 08, 2017 7:59 pm
- Forum: Coding Questions
- Topic: tls directory
- Replies: 8
- Views: 3256
Re: tls directory
- Tue Aug 08, 2017 5:26 pm
- Forum: Coding Questions
- Topic: tls directory
- Replies: 8
- Views: 3256
Re: tls directory
The same errorFred wrote:try in lowercase 'data'
- Tue Aug 08, 2017 12:39 pm
- Forum: Coding Questions
- Topic: tls directory
- Replies: 8
- Views: 3256
Re: tls directory
Lol, this is not a folder.
TLS - Thread Local Storage
TLS - Thread Local Storage
- Tue Aug 08, 2017 9:40 am
- Forum: Coding Questions
- Topic: tls directory
- Replies: 8
- Views: 3256
Re: tls directory
This is fasm https://board.flatassembler.net/topic.php?p=132500#132500
format PE GUI 4.0
entry start
include '%fasminc%\win32a.inc'
section '.code' code readable executable
start:
mov [ExecOnExit],1
invoke MessageBox, 0, szHelloWorld, szHelloWorld, MB_OK
invoke ExitProcess, 0
section '.data ...
format PE GUI 4.0
entry start
include '%fasminc%\win32a.inc'
section '.code' code readable executable
start:
mov [ExecOnExit],1
invoke MessageBox, 0, szHelloWorld, szHelloWorld, MB_OK
invoke ExitProcess, 0
section '.data ...
- Mon Aug 07, 2017 12:55 pm
- Forum: Coding Questions
- Topic: tls directory
- Replies: 8
- Views: 3256
tls directory
How to create tls directory?
This code causes an error illegal instruction
!section '.tls' Data readable writeable
!Data 9 ;the tls directory is the 9nth directory entry.
! .RawDataStartVA dd 0
! .RawDataEndVA dd 0
! .AddressofIndex dd adress_of_index
! .AddressofCallback dd adress_of_callback ...
This code causes an error illegal instruction
!section '.tls' Data readable writeable
!Data 9 ;the tls directory is the 9nth directory entry.
! .RawDataStartVA dd 0
! .RawDataEndVA dd 0
! .AddressofIndex dd adress_of_index
! .AddressofCallback dd adress_of_callback ...
- Tue Jun 13, 2017 8:42 am
- Forum: Feature Requests and Wishlists
- Topic: Proxy and asynchronous socket in NetworkLib
- Replies: 18
- Views: 9781
Re: Proxy and asynchronous socket in NetworkLib
I'd have to disagree with https, or server side SSL because I am not a fan of reinventing the wheel. Besides, that would take up a tremendous amount of time for Fred and Freak.
Yes, it would require an amount of time from Fred and Freak, but it's not that hard since there is OpenSSL on Linux ...
Yes, it would require an amount of time from Fred and Freak, but it's not that hard since there is OpenSSL on Linux ...