Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Development > Security [1 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
Anti Online Encryption in C++ or BASIC  
14:27 15-Jun-03   [Replies: 0, Views: 1168]    By: <Missing>
Hey, I'm new to programming, and I know a little about basic, and a minimal amount about C++. I was wondering if anyone could explain the steps needed to be taken for writting an encryption program. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online php + mysql security question  
12:16 14-Jun-03   [Replies: 0, Views: 146]    By: <Missing>
This person has been banned from AntiOnline, and as a result, all of their posts have been marked as Hidden. The user was banned for a reason, so this post may: promote illegal activities, contain fla...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online C++ Decompiler  
02:43 12-Jun-03   [Replies: 0, Views: 682]    By: <Missing>
Does anyone know of a good C++ Decompiler. I wrote a program and cannot find anything but the .EXE file. Thanks -JHollings...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Help, C++ link....  
00:55 11-Jun-03   [Replies: 0, Views: 159]    By: <Missing>
Ok, right off the bat i want to appologize because i know this has been asked a million times before and been answered a million times before, but i have searched on here for three days and aksed abou...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Win32 API Help  
10:27 10-Jun-03   [Replies: 0, Views: 298]    By: <Missing>
i recently bought M$-Visual C++ and i think it's great (i dont know if it's the best IDE though...) anyways...i've basically been working in Metroworks's CodeWarrior and this is big step up because it...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Help with C++ compiler (newbie)  
00:12 8-Jun-03   [Replies: 0, Views: 596]    By: <Missing>
Hello, I have been trying to learn C++ as my first lang. I d/l'ed Dev-C++ as my compiler, and I was doing pretty well the past few days, getting very small programs to work. I was finally getting ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online swf file un secure  
01:50 7-Jun-03   [Replies: 0, Views: 208]    By: <Missing>
Ok well i need to make a page where you put your username and password in and it gets you to the pay page. So i bought CoffeeCup Password Wizard to make them. And it worked out cool, then i looked at ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online one of those bad weekends.. file locking by processes  
23:08 6-Jun-03   [Replies: 0, Views: 135]    By: <Missing>
Hello Ppl, Ever get one of those days when though u've been programming for over an year, you still occasionally end up doing something utterly dumb.. but come out of it learning something new.. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online How to learn?  
02:34 6-Jun-03   [Replies: 0, Views: 378]    By: <Missing>
I have been trying to learn C/C++ and I was wondering what the best way to learn it is. A program? E-Book? Online Tutorials? Real book? How did some of you learn it and what way taught you the most an...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Sockets and EOF Question  
22:37 4-Jun-03   [Replies: 0, Views: 511]    By: <Missing>
Trying to get my head around the idea of eof in sockets. Its the concept I want help with not the code. If I conect a socket to my localhost mail server. Now say I send the command help. The ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online my batch file  
21:30 4-Jun-03   [Replies: 0, Views: 820]    By: <Missing>
before you say anything this batch file was made by me to keep this one other kid in my networking class from using any .exe file on his desktop or floppy (since he brags about how much warez he has ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Some Programming help...  
22:19 3-Jun-03   [Replies: 0, Views: 398]    By: Unnamed
Hey all-- I'm so happy I finally got CodeWarrior 'Learning Addition' so that I can apply what I've learned in Computer Science II over the summer to harness my programming skills. However, I've ra...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online static function???  
20:13 3-Jun-03   [Replies: 0, Views: 625]    By: <Missing>
In C, static foo() { ...... } what exactly this means....i mean to say if we declare a function as static what are the spl properties that are aquired by the funcion.......
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Programming!!!!  
08:04 3-Jun-03   [Replies: 0, Views: 409]    By: <Missing>
HEY! I'm kinda' new here, but I think I could learn muh from this site...hope I am welcome here!!...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Zip32.dll & Unzip32.dll  
11:11 2-Jun-03   [Replies: 0, Views: 325]    By: <Missing>
Has anyone ever had any success writing visual basic Programs using these free dlls from infozip ? I am trying just now but I can't seem to find much information on them other than the fact they a...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online scanning code for possible security vulnerabilities  
23:48 31-May-03   [Replies: 0, Views: 130]    By: <Missing>
What methods do people out there use to find security vulnerabilities within a piece of software?. It seems the most favoured method is study complied binaries in memory at runtime or even just play w...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online reading a file as binary  
23:26 29-May-03   [Replies: 0, Views: 597]    By: Unnamed
Has anyone got any information on how to read a file as binary. This is for a few programs im making one is to split a file into several parts and the other is to send files over winsock, any informat...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Quick  
22:32 29-May-03   [Replies: 0, Views: 39]    By: <Missing>
Does anyone in here think that losing upwards of 1000 antipoints in the course of a month is normal?? If someone had the guts to look into these alliances maybe, just maybe people would be able to...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Double free bugs details?  
22:37 28-May-03   [Replies: 0, Views: 100]    By: Unnamed
Does anyone have an explanation as to how a double free bug becomes a security vulnerability? I mean, asside than "a double free is when you free() a pointer twice..." IE: How does free() b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Merging EXE files  
09:09 28-May-03   [Replies: 0, Views: 296]    By: Unnamed
I know Ill probably be frowned upon and possibly given negative points, but Im going to ask this question anyways. I know you can merge EXE files with other files, so that it looks like the file is no...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Various File Formats  
15:15 26-May-03   [Replies: 0, Views: 131]    By: <Missing>
a lot of file formats are available on this site in case someone need help...i thought why not share it with AO fellows http://myfileformats.com/...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online do we need com after having .net?  
10:36 26-May-03   [Replies: 0, Views: 203]    By: Unnamed
right now i am learning about .net .. i just think that i shoud try something new for me (actually .net have been quite old)... after i read a few chapter of .net.. there is a question raised in my m...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online UART programming  
19:31 24-May-03   [Replies: 0, Views: 606]    By: Unnamed
Hi, i haven't posted in a while. I need to know if any of you has ever done any programs for an UART? I need to finish a program (in C) for school in which I need to transfer files through a null mode...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Point and click programming?  
00:04 23-May-03   [Replies: 0, Views: 1017]    By: Unnamed
quote:Non-programmers could play a major part in developing complex computer programs, thanks to a new language developed by Sun Microsystems. Ace is based on Sun's successful Java language and pr...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Anti Online Tell me if you can help me  
22:17 22-May-03   [Replies: 0, Views: 97]    By: <Missing>
I've made a newbie implementation of the Huffman static compression algorithm. If you want to test it and to sugest some changes please e-mail me at mahdi_atreides@yahoo.com. After you e-mail me, I ...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  9  10  11  12  13  [14]  15  16  17  18  19  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006