#endif

SEXTANT nummer 6

eZine's profile picture
Published in 
 · 16 Apr 2024
... bristande självkänsla, genom att vara medlemmar i en exklusiv klick definierar de sig själva som mer värda än annat drägg som man definierat bort från klicken. Sextants ledord är "Splittring! Misstänksamhet! Fraktionsverksamhet!" Kom med oss du med! #endif Den 19 juni skickade Ahrvid Engholm ut ett brev till sverifandomlistan, SKRIVA-listan och svenska skräckakademiens lista. Orsaken var att han hade sett en referens till en e-postlista kallad weirdwriters. När han ville gå med i den beviljade Rickard ...

Hackers 4 Hackers #6

eZine's profile picture
Published in 
 · 6 Mar 2024
... 0\x08\x94\x1a\x80\x0a\x9c\x03\xa0\x10\xec\x3b\xbf\xf0" "\xdc\x23\xbf\xf8\xc0\x23\xbf\xfc\x82\x10\x20\x3b\xaa\x10\x3f\xff" "\x91\xd5\x60\x01\x90\x1b\xc0\x0f\x82\x10\x20\x01\x91\xd5\x60\x01"; unsigned long get_sp(void) { __asm__("or %sp, %sp, %i0"); } #endif eggshell.c /* * eggshell v1.0 * * Aleph One / aleph1@underground.org */ #include <stdlib.h> #include <stdio.h> #include "shellcode.h" #define DEFAULT_OFFSET 0 #define DEFAULT_BUFFER_SIZE 512 #define DEFAULT_EGG_SIZE 2048 void ...

dbsnatch 1.0

eZine's profile picture
Published in 
 · 6 Mar 2024
... t; #include <netinet/in.h> #include <arpa/inet.h> #include <arpa/nameser.h> #include <netdb.h> /* bulky shit for printing dnspkts need to link dnspkt.o from dnspkt.c too */ #ifdef DEBUG #include "dnspkt.h" #endif /* prototypes */ int lookup_host(struct sockaddr_in *ra, char *hn, unsigned short rp); void probe_bind(struct sockaddr_in ra); int talk(int sd, char *pkt, int pktl, char opc); int make_keypkt(char *pktbuf, char opc); void print_ver(char *hos ...

GP32 demo code (VBlank)

sang's profile picture
Published in 
 · 4 Mar 2024
... never tested on GCC 2.x something // #ifdef __GCC3x__ void timer4Int(void) __attribute__ ((interrupt ("IRQ"))); #elif defined(__GCC2x__) void timer4Int(void) __attribute__ ((naked)); #else #error "GCC version you are using is not supported"; #endif void timer4Int(void) { #ifdef __GCC2x__ asm volatile ( "stmdb r13!,{r0-r12,lr}" ); #endif hwpal[0] = 0xffff; // just show that interrupt handler got called // Line synchronization! waitline(_line); // Reload & restart the ...

2x06 Phearless Challenge #2 Reversme

eZine's profile picture
Published in 
 · 14 Jan 2024
... 1\GuiDebug\DbgCLR.exe Ukoliko imate .NET SDK [9] instaliran u taj direktorij, te ce naveden primjerak koda uspjesno detektirati debugging pod njim: #if !TESTING if (System.Diagnostics.Debugger.IsAttached == true ) Process.GetCurrentProcess().Kill(); #endif E sad u beskonacnoj petlji radimo sljedece: ucitavamo pseudoslucajan broj te iz njega izvlacimo broj novih niti koje stvaramo, od 0 do 16. Nove niti imaju entrypint u metodi AntiTrace::ProvjeriTrace i AntiTrace::ProvjeriTrace2 metodama koje cemo obj ...

Full Screen Rotation and Scaling

DrWatson's profile picture
Published in 
 · 25 Nov 2023
Full Screen Rotation and Scaling
... ble_h_ #define FIXEDSHIFT 10 #define FIXEDAND 2047 #define ABS(a) ((a < 0) ? -a : a) #define SGN(a) ((a < 0) ? -1 : 1) extern long cosTab[256]; extern long sinTab[256]; extern int yTab[200]; extern long scaleTab[128]; void gfxInitTables(void); #endif GFXPAL.C // Palette // ======= // The code here was taken from Mark Morely's VGL library. Thank you Mark for // placing it in the Public Domain. It's helped me out a lot. :) // // I've made ...
loading
Neperos cookies
This website uses cookies to store your preferences and improve the service. Cookies authorization will allow me and / or my partners to process personal data such as browsing behaviour.

By pressing OK you agree to the Terms of Service and acknowledge the Privacy Policy

By pressing REJECT you will be able to continue to use Neperos (like read articles or write comments) but some important cookies will not be set. This may affect certain features and functions of the platform.
OK
REJECT