EProxy [OpenSource] Socks4/Socks5 Proxy
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
Da ist die ConnectionIDWA.pbi enthalten,
sollte also die neueste sein.
DSL 6000
Windows 7 64bit Ultimate.
PureBasic V4.51 - mit 32bit erstellt.
sollte also die neueste sein.
DSL 6000
Windows 7 64bit Ultimate.
PureBasic V4.51 - mit 32bit erstellt.
PB v5.72 x86/x64
Windows 10 Pro 64bit
Windows 10 Pro 64bit
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
So, auf ein neues:
http://files.cxalex.bplaced.net/secure. ... EProxy.zip
Ich hab die Netzwerkbefehle noch ein bisschen besser abgesichert. Nun sollte eine ungültiger ConnectionID gar nichts mehr machen.
Gruß, Alex
http://files.cxalex.bplaced.net/secure. ... EProxy.zip
Ich hab die Netzwerkbefehle noch ein bisschen besser abgesichert. Nun sollte eine ungültiger ConnectionID gar nichts mehr machen.
Gruß, Alex
Projekte: IO.pbi, vcpu
Pausierte Projekte: Easy Network Manager, µC Emulator
Aufgegebene Projekte: ECluster

PB 5.1 x64/x86; OS: Win7 x64/Ubuntu 10.x x86
Pausierte Projekte: Easy Network Manager, µC Emulator
Aufgegebene Projekte: ECluster
PB 5.1 x64/x86; OS: Win7 x64/Ubuntu 10.x x86
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
Hier ist der Fehler wieder:
EProxy.pb: 192: Invalid memory access
EProxy.pb: 192: Invalid memory access
PB v5.72 x86/x64
Windows 10 Pro 64bit
Windows 10 Pro 64bit
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
Der nächste Fehler:
JobQueue_MultiThread_LE.pbi: 103: Invalid memory access
JobQueue_MultiThread_LE.pbi: 103: Invalid memory access
PB v5.72 x86/x64
Windows 10 Pro 64bit
Windows 10 Pro 64bit
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
Wie siehts jetzt aus:
http://files.cxalex.bplaced.net/secure. ... EProxy.zip
Ich hab noch einen Fehler gefunden wo ein Ungültiger Unlock auf eine Mutex durchgeführt wurde.
Und ist irgendwann mal eine Fehlermeldung mit "0" aufgetaucht?
Gruß, Alex
http://files.cxalex.bplaced.net/secure. ... EProxy.zip
Ich hab noch einen Fehler gefunden wo ein Ungültiger Unlock auf eine Mutex durchgeführt wurde.
Und ist irgendwann mal eine Fehlermeldung mit "0" aufgetaucht?
Gruß, Alex
Projekte: IO.pbi, vcpu
Pausierte Projekte: Easy Network Manager, µC Emulator
Aufgegebene Projekte: ECluster

PB 5.1 x64/x86; OS: Win7 x64/Ubuntu 10.x x86
Pausierte Projekte: Easy Network Manager, µC Emulator
Aufgegebene Projekte: ECluster
PB 5.1 x64/x86; OS: Win7 x64/Ubuntu 10.x x86
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
Fehlermeldung mit 0 hatte ich nicht.
Jetzt habe ich die Fehlermeldung:
EProxy.pb: 543: Invalid memory access
Jetzt habe ich die Fehlermeldung:
EProxy.pb: 543: Invalid memory access
PB v5.72 x86/x64
Windows 10 Pro 64bit
Windows 10 Pro 64bit
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
So ... wohl der letzte Versuch für heute:
http://files.cxalex.bplaced.net/secure. ... EProxy.zip
Ich hab nun die komplette Networklibrary ummantelt, jede Connection bekommt eine eigene Mutex, eine Gloable Mutex ist für die Verwaltung zuständig, Close/Send/Receive/ID usw. sind nur mehr auf sicher Gültige IDs anwendbar.
Gruß, Alex
http://files.cxalex.bplaced.net/secure. ... EProxy.zip
Ich hab nun die komplette Networklibrary ummantelt, jede Connection bekommt eine eigene Mutex, eine Gloable Mutex ist für die Verwaltung zuständig, Close/Send/Receive/ID usw. sind nur mehr auf sicher Gültige IDs anwendbar.
Gruß, Alex
Projekte: IO.pbi, vcpu
Pausierte Projekte: Easy Network Manager, µC Emulator
Aufgegebene Projekte: ECluster

PB 5.1 x64/x86; OS: Win7 x64/Ubuntu 10.x x86
Pausierte Projekte: Easy Network Manager, µC Emulator
Aufgegebene Projekte: ECluster
PB 5.1 x64/x86; OS: Win7 x64/Ubuntu 10.x x86
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
Weiter gehts:
SafeNetwork.pbi: 59: Invalid memory access
EProxy.pb: 191: Invalid memory access
JobQueue_MultiThread_LE.pbi: 103: Invalid memory access
Dann nochmal um 17:07:
EProxy.pb: 191: Invalid memory access
Um 17:19 mit 64bit Version:
SafeNetwork.pbi: 123: Invalid memory access
SafeNetwork.pbi: 59: Invalid memory access
EProxy.pb: 191: Invalid memory access
JobQueue_MultiThread_LE.pbi: 103: Invalid memory access
Dann nochmal um 17:07:
EProxy.pb: 191: Invalid memory access
Um 17:19 mit 64bit Version:
SafeNetwork.pbi: 123: Invalid memory access
PB v5.72 x86/x64
Windows 10 Pro 64bit
Windows 10 Pro 64bit
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
Denkfehler im SafeNetwork :P
Gut, wenigstens war der nicht so schwer zu finden, danke fürs Testen.
Neue Version:
http://files.cxalex.bplaced.net/secure. ... EProxy.zip
Gruß, Alex
Gut, wenigstens war der nicht so schwer zu finden, danke fürs Testen.
Neue Version:
http://files.cxalex.bplaced.net/secure. ... EProxy.zip
Gruß, Alex
Projekte: IO.pbi, vcpu
Pausierte Projekte: Easy Network Manager, µC Emulator
Aufgegebene Projekte: ECluster

PB 5.1 x64/x86; OS: Win7 x64/Ubuntu 10.x x86
Pausierte Projekte: Easy Network Manager, µC Emulator
Aufgegebene Projekte: ECluster
PB 5.1 x64/x86; OS: Win7 x64/Ubuntu 10.x x86
Re: EProxy [OpenSource] Socks4/Socks5 Proxy
EProxy.pb: 511: Invalid memory access
EProxy.pb: 1031: Invalid memory access
EProxy.pb: 193: Invalid memory access
JobQueue_MultiThread_LE.pbi: 103: Invalid memory access
EProxy.pb: 511: Invalid memory access
EProxy.pb: 1031: Invalid memory access
EProxy.pb: 193: Invalid memory access
JobQueue_MultiThread_LE.pbi: 103: Invalid memory access
EProxy.pb: 511: Invalid memory access
PB v5.72 x86/x64
Windows 10 Pro 64bit
Windows 10 Pro 64bit