Search found 67 matches

by KaraK
Oct 18, 2012 19:46
Forum: Sources, Examples, Tips and Tricks
Topic: Windows Service installer class
Replies: 2
Views: 1839

Re: Windows Service installer class

yes , to use OpenSCManager it needs Administrator priviledges.
as explained in
http://msdn.microsoft.com/en-us/library ... s.85).aspx
by KaraK
Oct 17, 2012 18:53
Forum: Sources, Examples, Tips and Tricks
Topic: Windows Service installer class
Replies: 2
Views: 1839

Windows Service installer class

#Include "windows.bi" '#define DEBUGMODE '******* Service Installer **** // Windows service installer by Leonardo Neumann <karak.neumann@gmail.com> Type TInstaller Public: Declare Constructor() Declare Destructor() Declare Function InstallSvc(SvcExeName As String,SvcName As String,AutoRec...
by KaraK
Jul 05, 2011 19:43
Forum: General
Topic: Microsoft has made something interesting...
Replies: 12
Views: 2425

That's pretty impressive... I'm anxious to see that algorithm implemented in popular emulators.
by KaraK
May 04, 2011 19:54
Forum: Community Discussion
Topic: what kind of 'pc' is everyone using ?
Replies: 96
Views: 20271

Re: i would love to see

@ KaraK & agamemnus i would love to see what mips / times you get with my benchmark prog try speed test 8 and mcorespawn ( see tips n tricks section ) they are on page 2 of my post KaraK, i was thinking of treating myself to a new system with a spec just like yours, id love to know in advance t...
by KaraK
May 04, 2011 19:21
Forum: Community Discussion
Topic: How old are you ?
Replies: 155
Views: 32627

I'm 22. Fascinated with computers since I was a little kid, never got the chance to touch one until I was 12, in a cybercafe. Started programming on Visual Fox at the Age of 14 taking simple classes at an institute in my city. Started developing real programming skills at 15 with PHP and MySQL. Work...
by KaraK
Apr 15, 2011 17:57
Forum: Community Discussion
Topic: what kind of 'pc' is everyone using ?
Replies: 96
Views: 20271

Main System: AMD Phenom II X4 955 (4 cores @ 3.2GHz) RAM: 4 GB Graphics: Sapphire ATi Radeon 5770 Running Windows 7 64bits with lots of Virtual Machines inside Secondary System: AMD Phenom II X4 940 (4 cores @ 3.0GHz) RAM: 2 GB Graphics: MSI nVidia GeForce 8600 GT Running Windows XP 32bits with some...
by KaraK
Jul 31, 2010 19:45
Forum: Sources, Examples, Tips and Tricks
Topic: Themida/WinLicense SDK Protection Macros
Replies: 1
Views: 3707

Themida/WinLicense SDK Protection Macros

I should have posted this a while ago, compatible with the newest versions of Themida, some new functions from the sdk might be missing, but the macros are fully working. for more information http://www.oreans.com ' **************************************************************************** ' Heade...
by KaraK
Jul 26, 2010 20:19
Forum: Sources, Examples, Tips and Tricks
Topic: Runtime Code Generation or Just Some Hax
Replies: 4
Views: 1996

interesting piece of code, really neat for implementing antidebugger/anti-RE techniques more effectively.
by KaraK
Apr 21, 2010 19:19
Forum: Sources, Examples, Tips and Tricks
Topic: Hack Challenge
Replies: 26
Views: 6508

i dont know if im late with this... just picked the code , compiled it , ran it , and attached with OllyDbg 1- Right click , search for all referenced text strings, clicked on 00401347 |. 68 CC604100 PUSH lal.004160CC ; ||Arg1 = 004160CC ASCII "Try to change this value without me noticing:"...
by KaraK
Apr 21, 2010 18:36
Forum: General
Topic: SQL Server
Replies: 2
Views: 1888

In windows you can access to SQL Server 2005 (express , professional etc) via ODBC driver APIs , I've wrapped the basic stuff in this project : http://freebasic.net/forum/viewtopic.php?t=8829
by KaraK
Dec 25, 2009 2:31
Forum: Sources, Examples, Tips and Tricks
Topic: ghost net toy thingy ;-)
Replies: 6
Views: 3217

i REALLY want to try this out in a touchescreen display !!

very nice h4tt3n :)
by KaraK
Dec 16, 2009 4:21
Forum: Libraries & Headers
Topic: FB ODBC Library
Replies: 25
Views: 28893

hi guido.comi

try using an INSERT sql statement on the query

http://www.w3schools.com/SQL/sql_insert.asp

i still need to make the class full OOP to modify the records directly.
by KaraK
Sep 04, 2009 18:43
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 240902

notthecheatr wrote:Ah, really?

Fantastic o_O
E.G.

.\FbEdit\fbedit.ini

use relative paths , ..\.\ etc
by KaraK
Aug 12, 2009 7:47
Forum: General
Topic: Using FB dlls in Visual Studio
Replies: 7
Views: 3080

you should use a freebasic dll , building with -dll -export

-lib , libs are only compatible with GCC
by KaraK
Jul 12, 2009 11:35
Forum: Community Discussion
Topic: freebasic and powerbasic, which better?
Replies: 45
Views: 16121

jcfuller wrote: I have yet to find just one FreeBasic programmer making a living using Fb.
I do

EDIT : ok , ill be more specific. I write software for online games: plugin dlls (the use of inline assembly its pretty useful), file encoders/decoders , proxys, and i also writed an anticheat system recently.