[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-81781":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":13,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":16,"starSnapshotCount":16,"syncStatus":13,"lastSyncTime":26,"discoverSource":27},81781,"israeli-alloc","psiini\u002Fisraeli-alloc","psiini","Allocate memory on a innocent victim programs address space, just like the IDF intended.","",null,"Rust",52,2,50,1,0,1.43,"BSD 2-Clause \"Simplified\" License",false,"master",true,[],"2026-06-12 02:04:19","# israeli-alloc\nAllocate memory on a random victim program's address space.\u003Cbr>\n\n\n### Israel's horrific crimes against the Palestinians are absolutely disgusting and vile. Donate today and help a child in need.\n### [🇵🇸 Gaza Crisis Appeal 🇵🇸](https:\u002F\u002Fwww.almustafausa.org\u002Fappeals\u002Femergency\u002Fpalestine\u002F?gad_source=1&gad_campaignid=20948761641&gbraid=0AAAAACdpV8WDABG774oT22PQM1N00kIV-&gclid=CjwKCAjwidXQBhAZEiwA4egw6D250nDDIJKFrsO44bk0ovnx6WQMC6VFc_othZaG4b0AdqKe3wZBSBoCKAMQAvD_BwE)\n### \n\nUsage:\n\n```rs\n\n\u002F\u002F Optionally, you may opt out of random process picking and use your own `ProcessMemoryInfo`.\n        let provided_block = match israel_alloc!(5000, None) { \n            Some(k) => k,\n            None => panic!(\"Process may need elevated permissions before allocation.\"),\n        };\n\n        let to_write = b\"FREE PALESTINE!\";\n        match destroy_land!(\n            provided_block,\n            to_write as *const u8 as *const c_void,\n            to_write.len()\n        ) {\n            Ok(_) => {\n                let base_address = provided_block.block_ptr;\n                let process_id = provided_block.victim_process_id;\n                println!(\n                    \"Memory allocated @{:?} on process-id: {}\",\n                    base_address, process_id\n                )\n            }\n            Err(err) => panic!(\"{}\", err),\n        }\n```\n\n### \u003Cb>Formal Warning\nThis library is a research tool as well as a political statement. It is not recommended you embed this into software that is to be distributed to the public.\n\u003Cbr>\n\nI am \u003Cu>NOT\u003C\u002Fu> responsible for any catastrophic result that results in the use of this.\n\n\u003Cb>\n","israeli-alloc 是一个用 Rust 语言编写的库，用于在随机选择的目标程序地址空间中分配内存。其核心功能包括在指定或随机选取的进程中分配内存，并可将特定数据写入该内存区域。技术上，它利用了操作系统级别的内存操作技巧，但需要注意的是，使用此库可能需要提升权限。该项目更多地被定位为一种研究工具和政治声明，适合于安全研究、逆向工程等专业场景下使用，而不建议将其嵌入到面向公众分发的软件中。开发者明确表示不对因使用此库而产生的任何后果负责。","2026-06-01 03:56:17","CREATED_QUERY"]