Search found 6 matches

by yofu
Tue Aug 08, 2017 7:59 pm
Forum: Coding Questions
Topic: tls directory
Replies: 8
Views: 3137

Re: tls directory

firace wrote:I guess that's why it won't work in PB, which only uses the MS COFF format IIRC.
Yes, when using the format MS COFF, also throws the same error :(
by yofu
Tue Aug 08, 2017 5:26 pm
Forum: Coding Questions
Topic: tls directory
Replies: 8
Views: 3137

Re: tls directory

Fred wrote:try in lowercase 'data'
The same error :(
by yofu
Tue Aug 08, 2017 12:39 pm
Forum: Coding Questions
Topic: tls directory
Replies: 8
Views: 3137

Re: tls directory

Lol, this is not a folder.
TLS - Thread Local Storage
by yofu
Tue Aug 08, 2017 9:40 am
Forum: Coding Questions
Topic: tls directory
Replies: 8
Views: 3137

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 ...
by yofu
Mon Aug 07, 2017 12:55 pm
Forum: Coding Questions
Topic: tls directory
Replies: 8
Views: 3137

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 ...
by yofu
Tue Jun 13, 2017 8:42 am
Forum: Feature Requests and Wishlists
Topic: Proxy and asynchronous socket in NetworkLib
Replies: 18
Views: 9454

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 ...